Uses of Interface
org.cxbox.core.dao.BaseDAO
-
Packages that use BaseDAO Package Description org.cxbox.core.crudma.impl org.cxbox.core.dao.impl -
-
Uses of BaseDAO in org.cxbox.core.crudma.impl
Fields in org.cxbox.core.crudma.impl declared as BaseDAO Modifier and Type Field Description protected BaseDAOAbstractResponseService. baseDAOMethods in org.cxbox.core.crudma.impl with parameters of type BaseDAO Modifier and Type Method Description protected longAbstractResponseService. count(BaseDAO dao, BusinessComponent bc)protected longAbstractResponseService. count(BaseDAO dao, BusinessComponent bc, Class<E> typeOfEntity, Class<T> typeOfDTO)protected org.cxbox.api.data.ResultPage<T>AbstractResponseService. getList(BaseDAO dao, BusinessComponent bc)protected org.cxbox.api.data.ResultPage<T>AbstractResponseService. getList(BaseDAO dao, BusinessComponent bc, Class<E> typeOfEntity, Class<T> typeOfDTO) -
Uses of BaseDAO in org.cxbox.core.dao.impl
Classes in org.cxbox.core.dao.impl that implement BaseDAO Modifier and Type Class Description classBaseDAOImpl
-