|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericDAO | |
|---|---|
| org.iternine.jeppetto.dao | |
| Uses of GenericDAO in org.iternine.jeppetto.dao |
|---|
| Subinterfaces of GenericDAO in org.iternine.jeppetto.dao | |
|---|---|
interface |
AccessControlDAO<T,ID>
|
interface |
QueryModelDAO<T,ID>
The QueryModelDAO interface defines an extension to the GenericDAO functionality that offers significantly more richness around the representation of queries to retrieve a specific object or a list of zero or more items that match the given QueryModel. |
| Methods in org.iternine.jeppetto.dao with type parameters of type GenericDAO | ||
|---|---|---|
static
|
DAOBuilder.buildDAO(Class<T> modelClass,
Class<I> daoInterface,
Class<? extends QueryModelDAO<T,ID>> partialDAOClass,
Map<String,Object> daoProperties)
|
|
static
|
DAOBuilder.buildDAO(Class<T> modelClass,
Class<I> daoInterface,
Class<? extends QueryModelDAO<T,ID>> partialDAOClass,
Map<String,Object> daoProperties,
AccessControlContextProvider accessControlContextProvider)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||