Uses of Class
org.apache.syncope.core.persistence.neo4j.entity.anyobject.Neo4jAnyObject
Packages that use Neo4jAnyObject
Package
Description
-
Uses of Neo4jAnyObject in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return types with arguments of type Neo4jAnyObjectModifier and TypeMethodDescriptionjavax.cache.Cache<EntityCacheKey, Neo4jAnyObject> PersistenceContext.anyObjectCache(javax.cache.CacheManager cacheManager) Method parameters in org.apache.syncope.core.persistence.neo4j with type arguments of type Neo4jAnyObjectModifier and TypeMethodDescriptionPersistenceContext.anyObjectRepoExt(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jAnyObject> anyObjectCache) -
Uses of Neo4jAnyObject in org.apache.syncope.core.persistence.neo4j.dao.repo
Fields in org.apache.syncope.core.persistence.neo4j.dao.repo with type parameters of type Neo4jAnyObjectModifier and TypeFieldDescriptionprotected final javax.cache.Cache<EntityCacheKey, Neo4jAnyObject> AnyObjectRepoExtImpl.anyObjectCacheMethods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type Neo4jAnyObjectModifier and TypeMethodDescriptionprotected javax.cache.Cache<EntityCacheKey, Neo4jAnyObject> AnyObjectRepoExtImpl.cache()Constructor parameters in org.apache.syncope.core.persistence.neo4j.dao.repo with type arguments of type Neo4jAnyObjectModifierConstructorDescriptionAnyObjectRepoExtImpl(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jAnyObject> anyObjectCache) -
Uses of Neo4jAnyObject in org.apache.syncope.core.persistence.neo4j.spring
Fields in org.apache.syncope.core.persistence.neo4j.spring with type parameters of type Neo4jAnyObjectModifier and TypeFieldDescriptionprotected final javax.cache.Cache<EntityCacheKey, Neo4jAnyObject> CacheCleaningTransactionExecutionListener.anyObjectCache