@Repository public interface RoleRepository extends org.springframework.data.jpa.repository.JpaRepository<Role,Long>
| Modifier and Type | Method and Description |
|---|---|
Role |
findByName(String name) |
List<Role> |
findByNameContainingIgnoreCase(String name) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCopyright © 2015–2017 eGovernments Foundation. All rights reserved.