Uses of Interface
org.cxbox.core.dao.BaseDAO
Packages that use BaseDAO
-
Uses of BaseDAO in org.cxbox.core.crudma.impl
Fields in org.cxbox.core.crudma.impl declared as BaseDAOMethods in org.cxbox.core.crudma.impl with parameters of type BaseDAOModifier and TypeMethodDescriptionprotected longAbstractResponseService.count(BaseDAO dao, BusinessComponent bc) protected final 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 final 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