Interface AuthProfileRepo
- All Superinterfaces:
AuthProfileDAO,DAO<AuthProfile>,org.springframework.data.repository.PagingAndSortingRepository<JPAAuthProfile,,String> org.springframework.data.repository.Repository<JPAAuthProfile,String>
public interface AuthProfileRepo
extends org.springframework.data.repository.PagingAndSortingRepository<JPAAuthProfile,String>, 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
findAll, findByOwnerMethods 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