Uses of Interface
org.iternine.jeppetto.dao.GenericDAO

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 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
<T,ID,I extends GenericDAO<T,ID>>
I
DAOBuilder.buildDAO(Class<T> modelClass, Class<I> daoInterface, Class<? extends QueryModelDAO<T,ID>> partialDAOClass, Map<String,Object> daoProperties)
           
static
<T,ID,I extends GenericDAO<T,ID>>
I
DAOBuilder.buildDAO(Class<T> modelClass, Class<I> daoInterface, Class<? extends QueryModelDAO<T,ID>> partialDAOClass, Map<String,Object> daoProperties, AccessControlContextProvider accessControlContextProvider)
           
 



Copyright © 2012. All Rights Reserved.