Interface AuthProfileRepo
- All Superinterfaces:
AuthProfileDAO,AuthProfileRepoExt,DAO<AuthProfile>,org.springframework.data.repository.PagingAndSortingRepository<Neo4jAuthProfile,,String> org.springframework.data.repository.Repository<Neo4jAuthProfile,String>
public interface AuthProfileRepo
extends org.springframework.data.repository.PagingAndSortingRepository<Neo4jAuthProfile,String>, AuthProfileRepoExt, AuthProfileDAO
-
Field Summary
Fields 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.AuthProfileDAO
countByOwnerLike, findAll, findByOwner, findByOwnerLikeMethods inherited from interface org.apache.syncope.core.persistence.neo4j.dao.repo.AuthProfileRepoExt
countByOwnerLike, findByOwnerLikeMethods 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