Interface UserRoleRepo

All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<UserRole,Long>, systems.dennis.shared.repository.AbstractRepository<UserRole,Long>, org.springframework.data.repository.CrudRepository<UserRole,Long>, systems.dennis.shared.postgres.repository.PaginationRepository<UserRole>, org.springframework.data.repository.Repository<UserRole,Long>, UserFindByRepository<UserRole>

@Repository public interface UserRoleRepo extends UserFindByRepository<UserRole>