Interface SAML2IdPEntityRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<JPASAML2IdPEntity,,String> DAO<SAML2IdPEntity>,org.springframework.data.repository.ListCrudRepository<JPASAML2IdPEntity,,String> org.springframework.data.repository.Repository<JPASAML2IdPEntity,,String> SAML2IdPEntityDAO
public interface SAML2IdPEntityRepo
extends org.springframework.data.repository.ListCrudRepository<JPASAML2IdPEntity,String>, SAML2IdPEntityDAO
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT -
Method Summary
Methods 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