Interface | Description |
---|---|
GenericDAO<T> |
This interface is implemented by DAOs, which support the traditional
save, update and delete operations on a single data class.
|
GenericGetAllDAO<T> |
A generic interface for DAOs for objects, which need to be retrieved
as a list without a context information.
|
GenericJoinDAO<T,B> |
This interface encapsulates DAOs for types T which reference
a base type B through a foreign key.
|
Copyright © 2016 Clazzes.org. All rights reserved.