Interface RoleRepository
- 
- All Superinterfaces:
 org.springframework.data.repository.CrudRepository<UserRole,java.util.UUID>,org.springframework.data.repository.Repository<UserRole,java.util.UUID>,RoleRepositoryCustom
public interface RoleRepository extends org.springframework.data.repository.CrudRepository<UserRole,java.util.UUID>, RoleRepositoryCustom
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<UserRole>findByName(java.lang.String name)- 
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll 
- 
Methods inherited from interface org.motechproject.mots.repository.custom.RoleRepositoryCustom
search 
 - 
 
 - 
 
- 
- 
Method Detail
- 
findByName
java.util.Optional<UserRole> findByName(java.lang.String name)
 
 - 
 
 -