Interface SAML2SPClientAppRepo
- All Superinterfaces:
ClientAppDAO<SAML2SPClientApp>,ClientAppRepoExt<SAML2SPClientApp>,org.springframework.data.repository.CrudRepository<JPASAML2SPClientApp,,String> DAO<SAML2SPClientApp>,org.springframework.data.repository.ListCrudRepository<JPASAML2SPClientApp,,String> org.springframework.data.repository.Repository<JPASAML2SPClientApp,,String> SAML2SPClientAppDAO,SAML2SPClientAppRepoExt
public interface SAML2SPClientAppRepo
extends org.springframework.data.repository.ListCrudRepository<JPASAML2SPClientApp,String>, SAML2SPClientAppRepoExt, SAML2SPClientAppDAO
-
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, saveAllMethods inherited from interface org.apache.syncope.core.persistence.api.dao.SAML2SPClientAppDAO
deleteByEntityId, findByEntityIdMethods inherited from interface org.apache.syncope.core.persistence.jpa.dao.repo.SAML2SPClientAppRepoExt
save