Interface OIDCRPClientAppRepo
- All Superinterfaces:
ClientAppDAO<OIDCRPClientApp>,ClientAppRepoExt<OIDCRPClientApp>,org.springframework.data.repository.CrudRepository<JPAOIDCRPClientApp,,String> DAO<OIDCRPClientApp>,org.springframework.data.repository.ListCrudRepository<JPAOIDCRPClientApp,,String> OIDCRPClientAppDAO,OIDCRPClientAppRepoExt,org.springframework.data.repository.Repository<JPAOIDCRPClientApp,String>
public interface OIDCRPClientAppRepo
extends org.springframework.data.repository.ListCrudRepository<JPAOIDCRPClientApp,String>, OIDCRPClientAppRepoExt, OIDCRPClientAppDAO
-
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.OIDCRPClientAppDAO
deleteByClientId, findByClientIdMethods inherited from interface org.apache.syncope.core.persistence.jpa.dao.repo.OIDCRPClientAppRepoExt
save