Interface AttrRepoRepo
- All Superinterfaces:
AttrRepoDAO,AttrRepoRepoExt,org.springframework.data.repository.CrudRepository<JPAAttrRepo,,String> DAO<AttrRepo>,org.springframework.data.repository.ListCrudRepository<JPAAttrRepo,,String> org.springframework.data.repository.Repository<JPAAttrRepo,String>
public interface AttrRepoRepo
extends org.springframework.data.repository.ListCrudRepository<JPAAttrRepo,String>, AttrRepoRepoExt, AttrRepoDAO
-
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.jpa.dao.repo.AttrRepoRepoExt
saveMethods 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