Package com.xebialabs.xlrelease.security
Interface XlRoleRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<XlRole,,String> org.springframework.data.jpa.repository.JpaRepository<XlRole,,String> org.springframework.data.repository.ListCrudRepository<XlRole,,String> org.springframework.data.repository.ListPagingAndSortingRepository<XlRole,,String> org.springframework.data.repository.PagingAndSortingRepository<XlRole,,String> org.springframework.data.repository.query.QueryByExampleExecutor<XlRole>,org.springframework.data.repository.Repository<XlRole,String>
-
Method Summary
Modifier and TypeMethodDescriptionscala.Option<XlRole>findByCiIdAndNameIgnoreCase(Integer ciId, String name) findByCiIdAndNameIgnoreCaseIn(Integer ciId, Set<String> names) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByCiIdAndNameIgnoreCase
-
findByCiIdAndNameIgnoreCaseIn
-