Uses of Interface
org.apache.syncope.core.persistence.neo4j.dao.repo.AnyTypeClassRepoExt
Packages that use AnyTypeClassRepoExt
Package
Description
-
Uses of AnyTypeClassRepoExt in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return AnyTypeClassRepoExtModifier and TypeMethodDescriptionPersistenceContext.anyTypeClassRepoExt(AnyTypeDAO anyTypeDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, GroupDAO groupDAO, ExternalResourceDAO resourceDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jAnyType> anyTypeCache, javax.cache.Cache<EntityCacheKey, Neo4jExternalResource> externalResourceCache, javax.cache.Cache<EntityCacheKey, Neo4jGroup> groupCache) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type AnyTypeClassRepoExtModifier and TypeMethodDescriptionPersistenceContext.anyTypeClassDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, AnyTypeClassRepoExt anyTypeClassRepoExt) -
Uses of AnyTypeClassRepoExt in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of AnyTypeClassRepoExt in org.apache.syncope.core.persistence.neo4j.dao.repoClasses in org.apache.syncope.core.persistence.neo4j.dao.repo that implement AnyTypeClassRepoExt