|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb org.kuali.rice.krad.criteria.CriteriaLookupDaoOjb
public class CriteriaLookupDaoOjb
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
CriteriaLookupDaoOjb()
|
Method Summary | ||
---|---|---|
|
lookup(Class<T> queryClass,
QueryByCriteria criteria)
Looks up a type based on a query criteria. |
|
|
lookup(Class<T> queryClass,
QueryByCriteria criteria,
LookupCustomizer<T> customizer)
Looks up a type based on a query criteria. |
Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb |
---|
getDbPlatform, setDbPlatform |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CriteriaLookupDaoOjb()
Method Detail |
---|
public <T> GenericQueryResults<T> lookup(Class<T> queryClass, QueryByCriteria criteria)
CriteriaLookupDao
lookup
in interface CriteriaLookupDao
T
- the type that is being looked up.queryClass
- the class to lookupcriteria
- the criteria to lookup against. cannot be null.
public <T> GenericQueryResults<T> lookup(Class<T> queryClass, QueryByCriteria criteria, LookupCustomizer<T> customizer)
CriteriaLookupDao
lookup
in interface CriteriaLookupDao
T
- the type that is being looked up.queryClass
- the class to lookupcriteria
- the criteria to lookup against. cannot be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |