| Package | Description |
|---|---|
| org.iternine.jeppetto.dao |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,ID,I extends GenericDAO<T,ID>> |
DAOBuilder.buildDAO(java.lang.Class<T> modelClass,
java.lang.Class<I> daoInterface,
java.lang.Class<? extends QueryModelDAO<T,ID>> partialDAOClass,
java.util.Map<java.lang.String,java.lang.Object> daoProperties) |
static <T,ID,I extends GenericDAO<T,ID>> |
DAOBuilder.buildDAO(java.lang.Class<T> modelClass,
java.lang.Class<I> daoInterface,
java.lang.Class<? extends QueryModelDAO<T,ID>> partialDAOClass,
java.util.Map<java.lang.String,java.lang.Object> daoProperties,
AccessControlContextProvider accessControlContextProvider) |
Copyright © 2017. All Rights Reserved.