Interface ImplementationRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<JPAImplementation,,String> DAO<Implementation>,ImplementationDAO,ImplementationRepoExt,org.springframework.data.repository.ListCrudRepository<JPAImplementation,,String> org.springframework.data.repository.Repository<JPAImplementation,String>
public interface ImplementationRepo
extends org.springframework.data.repository.ListCrudRepository<JPAImplementation,String>, ImplementationRepoExt, ImplementationDAO
-
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.apache.syncope.core.persistence.api.dao.ImplementationDAO
findByType, findByTypeAndKeywordMethods inherited from interface org.apache.syncope.core.persistence.jpa.dao.repo.ImplementationRepoExt
deleteById, findByTypeAndKeyword, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll