Interface AuthModuleRepo
- All Superinterfaces:
AuthModuleDAO,AuthModuleRepoExt,org.springframework.data.repository.CrudRepository<JPAAuthModule,,String> DAO<AuthModule>,org.springframework.data.repository.ListCrudRepository<JPAAuthModule,,String> org.springframework.data.repository.Repository<JPAAuthModule,String>
public interface AuthModuleRepo
extends org.springframework.data.repository.ListCrudRepository<JPAAuthModule,String>, AuthModuleRepoExt, AuthModuleDAO
-
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.AuthModuleRepoExt
delete, 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