Interface CASSPClientAppRepo
- All Superinterfaces:
CASSPClientAppDAO,CASSPClientAppRepoExt,ClientAppDAO<CASSPClientApp>,ClientAppRepoExt<CASSPClientApp>,org.springframework.data.repository.CrudRepository<JPACASSPClientApp,,String> DAO<CASSPClientApp>,org.springframework.data.repository.ListCrudRepository<JPACASSPClientApp,,String> org.springframework.data.repository.Repository<JPACASSPClientApp,String>
public interface CASSPClientAppRepo
extends org.springframework.data.repository.ListCrudRepository<JPACASSPClientApp,String>, CASSPClientAppRepoExt, CASSPClientAppDAO
-
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.ClientAppDAO
findAllByPolicy, findAllByRealm, findByClientAppId, findByNameMethods inherited from interface org.apache.syncope.core.persistence.jpa.dao.repo.ClientAppRepoExt
findAllByPolicy, findAllByRealmMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods 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.ListCrudRepository
findAll, findAllById, saveAll