Interface AnyObjectRepo
- All Superinterfaces:
AnyDAO<AnyObject>,AnyObjectDAO,AnyObjectRepoExt,AnyRepoExt<AnyObject>,DAO<AnyObject>,org.springframework.data.repository.PagingAndSortingRepository<Neo4jAnyObject,,String> org.springframework.data.repository.Repository<Neo4jAnyObject,String>
public interface AnyObjectRepo
extends org.springframework.data.repository.PagingAndSortingRepository<Neo4jAnyObject,String>, AnyObjectRepoExt, AnyObjectDAO
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.AnyDAO
DEFAULT_PAGE_SIZEFields inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.AnyObjectRepoExt
CACHEFields inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.AnyRepoExt
REGEX_CHARSFields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT -
Method Summary
Methods inherited from interface org.apache.syncope.core.persistence.api.dao.AnyDAO
authFind, findAll, findAllowedSchemas, findAllResourceKeys, findByKeys, findByResourcesContaining, findDynRealms, findLastChangeMethods inherited from interface org.apache.syncope.core.persistence.api.dao.AnyObjectDAO
countByRealm, countByType, deleteMembership, findAllGroupKeys, findAllGroups, findAllRelationships, findAllResources, findByName, findByName, findDynGroups, findMembership, saveAndGetDynGroupMembs, securityChecksMethods inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.AnyObjectRepoExt
countByRealm, countByType, delete, deleteMembership, findAllGroupKeys, findAllGroups, findAllRelationships, findAllResources, findByName, findByName, findDynGroups, findMembership, save, saveAndGetDynGroupMembs, securityChecksMethods inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.AnyRepoExt
authFind, deleteById, findAllowedSchemas, findAllResourceKeys, findByKeys, findByResourcesContaining, findDynRealms, findLastChangeMethods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, saveMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll