Interface RoleRepository

All Superinterfaces:
CrudRepository<Role,Long>, GenericRepository<Role,Long>

public interface RoleRepository extends CrudRepository<Role,Long>