Uses of Interface
org.apache.syncope.core.persistence.api.dao.EntityCacheDAO
Packages that use EntityCacheDAO
Package
Description
-
Uses of EntityCacheDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return EntityCacheDAOModifier and TypeMethodDescriptionPersistenceContext.entityCacheDAO(EntityManagerFactory entityManagerFactory) Methods in org.apache.syncope.core.persistence.jpa with parameters of type EntityCacheDAOModifier and TypeMethodDescriptionPersistenceContext.implementationRepoExt(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) PersistenceContext.policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of EntityCacheDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement EntityCacheDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as EntityCacheDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type EntityCacheDAOModifierConstructorDescriptionJPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of EntityCacheDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Fields in org.apache.syncope.core.persistence.jpa.dao.repo declared as EntityCacheDAOModifier and TypeFieldDescriptionprotected final EntityCacheDAOImplementationRepoExtImpl.entityCacheDAOConstructors in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type EntityCacheDAOModifierConstructorDescriptionImplementationRepoExtImpl(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of EntityCacheDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return EntityCacheDAOModifier and TypeMethodDescriptionPersistenceContext.entityCacheDAO(javax.cache.Cache<EntityCacheKey, Neo4jAnyType> anyTypeCache, javax.cache.Cache<EntityCacheKey, Neo4jAnyObject> anyObjectCache, javax.cache.Cache<EntityCacheKey, Neo4jDelegation> delegationCache, javax.cache.Cache<EntityCacheKey, Neo4jDerSchema> derSchemaCache, javax.cache.Cache<EntityCacheKey, Neo4jExternalResource> externalResourceCache, javax.cache.Cache<EntityCacheKey, Neo4jGroup> groupCache, javax.cache.Cache<EntityCacheKey, Neo4jImplementation> implementationCache, javax.cache.Cache<EntityCacheKey, Neo4jPlainSchema> plainSchemaCache, javax.cache.Cache<EntityCacheKey, Neo4jRealm> realmCache, javax.cache.Cache<EntityCacheKey, Neo4jRole> roleCache, javax.cache.Cache<EntityCacheKey, Neo4jUser> userCache) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type EntityCacheDAOModifier and TypeMethodDescriptionPersistenceContext.implementationRepoExt(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jImplementation> implementationCache) PersistenceContext.policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Uses of EntityCacheDAO in org.apache.syncope.core.persistence.neo4j.dao
Classes in org.apache.syncope.core.persistence.neo4j.dao that implement EntityCacheDAOFields in org.apache.syncope.core.persistence.neo4j.dao declared as EntityCacheDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao with parameters of type EntityCacheDAOModifierConstructorDescriptionNeo4jPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Uses of EntityCacheDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Fields in org.apache.syncope.core.persistence.neo4j.dao.repo declared as EntityCacheDAOModifier and TypeFieldDescriptionprotected final EntityCacheDAOImplementationRepoExtImpl.entityCacheDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type EntityCacheDAOModifierConstructorDescriptionImplementationRepoExtImpl(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jImplementation> cache) -
Uses of EntityCacheDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type EntityCacheDAOModifier and TypeMethodDescriptionSyncopeCoreApplication.entityCacheEndpoint(EntityCacheDAO entityCacheDAO) -
Uses of EntityCacheDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as EntityCacheDAOModifier and TypeFieldDescriptionprotected final EntityCacheDAOEntityCacheEndpoint.entityCacheDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type EntityCacheDAO