Package systems.dennis.auth.repository
Interface RolesToUserRepo
- All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<RolesToUser,,Long> systems.dennis.shared.repository.AbstractRepository<RolesToUser,,Long> org.springframework.data.repository.CrudRepository<RolesToUser,,Long> systems.dennis.shared.postgres.repository.PaginationRepository<RolesToUser>,org.springframework.data.repository.Repository<RolesToUser,Long>
public interface RolesToUserRepo
extends systems.dennis.shared.postgres.repository.PaginationRepository<RolesToUser>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsByRoleAndPassword(UserRole role, LoginPassword password) findByPasswordAndRole(LoginPassword user, UserRole roleId) Methods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo
exists, filteredCount, filteredData, filteredData, filteredFirst, filteredOneMethods inherited from interface systems.dennis.shared.repository.AbstractRepository
findAll, saveMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll
-
Method Details
-
existsByRoleAndPassword
-
findByPasswordAndRole
-