Uses of Interface
org.apache.syncope.core.persistence.api.dao.BatchDAO
-
Packages that use BatchDAO Package Description org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.dao org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of BatchDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return BatchDAO Modifier and Type Method Description BatchDAOPersistenceContext. batchDAO() -
Uses of BatchDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement BatchDAO Modifier and Type Class Description classJPABatchDAO -
Uses of BatchDAO in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type BatchDAO Modifier and Type Method Description SyncopeServiceIdRepoRESTCXFContext. syncopeService(Bus bus, SyncopeLogic syncopeLogic, ThreadPoolTaskExecutor batchExecutor, BatchDAO batchDAO, EntityFactory entityFactory) -
Uses of BatchDAO in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as BatchDAO Modifier and Type Field Description protected BatchDAOSyncopeServiceImpl. batchDAOConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type BatchDAO Constructor Description SyncopeServiceImpl(SyncopeLogic logic, ThreadPoolTaskExecutor batchExecutor, Bus bus, BatchDAO batchDAO, EntityFactory entityFactory)
-