Uses of Class
org.apache.syncope.core.persistence.neo4j.entity.group.Neo4jGroup
Packages that use Neo4jGroup
Package
Description
-
Uses of Neo4jGroup in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return types with arguments of type Neo4jGroupModifier and TypeMethodDescriptionjavax.cache.Cache<EntityCacheKey, Neo4jGroup> PersistenceContext.groupCache(javax.cache.CacheManager cacheManager) Method parameters in org.apache.syncope.core.persistence.neo4j with type arguments of type Neo4jGroupModifier and TypeMethodDescriptionPersistenceContext.groupRepoExt(ApplicationEventPublisher publisher, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnySearchCondVisitor searchCondVisitor, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jGroup> groupCache) -
Uses of Neo4jGroup in org.apache.syncope.core.persistence.neo4j.dao.repo
Fields in org.apache.syncope.core.persistence.neo4j.dao.repo with type parameters of type Neo4jGroupModifier and TypeFieldDescriptionprotected final javax.cache.Cache<EntityCacheKey, Neo4jGroup> AnyTypeClassRepoExtImpl.groupCacheprotected final javax.cache.Cache<EntityCacheKey, Neo4jGroup> GroupRepoExtImpl.groupCacheMethods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type Neo4jGroupModifier and TypeMethodDescriptionprotected javax.cache.Cache<EntityCacheKey, Neo4jGroup> GroupRepoExtImpl.cache()Constructor parameters in org.apache.syncope.core.persistence.neo4j.dao.repo with type arguments of type Neo4jGroupModifierConstructorDescriptionGroupRepoExtImpl(AnyUtilsFactory anyUtilsFactory, ApplicationEventPublisher publisher, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnySearchCondVisitor searchCondVisitor, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jGroup> groupCache) -
Uses of Neo4jGroup in org.apache.syncope.core.persistence.neo4j.entity.group
Fields in org.apache.syncope.core.persistence.neo4j.entity.group declared as Neo4jGroupMethods in org.apache.syncope.core.persistence.neo4j.entity.group that return Neo4jGroup -
Uses of Neo4jGroup in org.apache.syncope.core.persistence.neo4j.spring
Fields in org.apache.syncope.core.persistence.neo4j.spring with type parameters of type Neo4jGroupModifier and TypeFieldDescriptionprotected final javax.cache.Cache<EntityCacheKey, Neo4jGroup> CacheCleaningTransactionExecutionListener.groupCache