Uses of Interface
org.apache.syncope.core.persistence.api.dao.EntityCacheDAO
-
Packages that use EntityCacheDAO Package Description org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.dao org.apache.syncope.core.starter org.apache.syncope.core.starter.actuate -
-
Uses of EntityCacheDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return EntityCacheDAO Modifier and Type Method Description EntityCacheDAOPersistenceContext. entityCacheDAO()Methods in org.apache.syncope.core.persistence.jpa with parameters of type EntityCacheDAO Modifier and Type Method Description ImplementationDAOPersistenceContext. implementationDAO(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO)PolicyDAOPersistenceContext. policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO) -
Uses of EntityCacheDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement EntityCacheDAO Modifier and Type Class Description classJPAEntityCacheDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as EntityCacheDAO Modifier and Type Field Description protected EntityCacheDAOJPAImplementationDAO. entityCacheDAOprotected EntityCacheDAOJPAPolicyDAO. entityCacheDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type EntityCacheDAO Constructor Description JPAImplementationDAO(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO)JPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO) -
Uses of EntityCacheDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type EntityCacheDAO Modifier and Type Method Description EntityCacheEndpointSyncopeCoreApplication. entityCacheEndpoint(EntityCacheDAO entityCacheDAO) -
Uses of EntityCacheDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as EntityCacheDAO Modifier and Type Field Description protected EntityCacheDAOEntityCacheEndpoint. entityCacheDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type EntityCacheDAO Constructor Description EntityCacheEndpoint(EntityCacheDAO entityCacheDAO)
-