Package systems.dennis.auth.repository
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>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByRole(String roleId) voiddeleteByUserDataId(Long userId) booleanexistsByRole(String role) findFirstByRoleAndId(String value, Long id) getByUserDataId(Long id) getByUserDataIdAndRole(Long id, String 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, saveAllMethods inherited from interface systems.dennis.auth.UserFindByRepository
findByUserDataId
-
Method Details
-
getByUserDataIdAndRole
-
getByRole
-
getByUserDataId
-
deleteByUserDataId
-
deleteByRole
-
existsByRole
-
findFirstByRoleAndId
-