Uses of Interface
org.apache.syncope.core.persistence.api.dao.BatchDAO
Packages that use BatchDAO
Package
Description
-
Uses of BatchDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return BatchDAO -
Uses of BatchDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement BatchDAO -
Uses of BatchDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return BatchDAOModifier and TypeMethodDescriptionPersistenceContext.batchDAO(org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Uses of BatchDAO in org.apache.syncope.core.persistence.neo4j.dao
Classes in org.apache.syncope.core.persistence.neo4j.dao that implement BatchDAO -
Uses of BatchDAO in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type BatchDAOModifier and TypeMethodDescriptionIdRepoRESTCXFContext.syncopeService(Bus bus, SyncopeLogic syncopeLogic, AsyncTaskExecutor 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 BatchDAOConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type BatchDAOModifierConstructorDescriptionSyncopeServiceImpl(SyncopeLogic logic, AsyncTaskExecutor batchExecutor, Bus bus, BatchDAO batchDAO, EntityFactory entityFactory)