Uses of Interface
org.apache.syncope.core.persistence.api.dao.AuditConfDAO
Packages that use AuditConfDAO
Package
Description
-
Uses of AuditConfDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuditConfDAOMethods in org.apache.syncope.core.logic with parameters of type AuditConfDAOModifier and TypeMethodDescriptionIdRepoLogicContext.auditLogic(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager) Constructors in org.apache.syncope.core.logic with parameters of type AuditConfDAOModifierConstructorDescriptionAuditLogic(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager) -
Uses of AuditConfDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return AuditConfDAOModifier and TypeMethodDescriptionPersistenceContext.auditConfDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory) -
Uses of AuditConfDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of AuditConfDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of AuditConfDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return AuditConfDAOModifier and TypeMethodDescriptionPersistenceContext.auditConfDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory) -
Uses of AuditConfDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of AuditConfDAO in org.apache.syncope.core.persistence.neo4j.dao.repo -
Uses of AuditConfDAO in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as AuditConfDAOMethods in org.apache.syncope.core.provisioning.java with parameters of type AuditConfDAOModifier and TypeMethodDescriptionProvisioningContext.auditManager(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, EntityFactory entityFactory, List<AuditEventProcessor> auditEventProcessors, AsyncTaskExecutor taskExecutor) Constructors in org.apache.syncope.core.provisioning.java with parameters of type AuditConfDAOModifierConstructorDescriptionDefaultAuditManager(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, EntityFactory entityFactory, List<AuditEventProcessor> auditEventProcessors, AsyncTaskExecutor taskExecutor)