Package systems.dennis.auth
Interface UserFindByRepository<T extends systems.dennis.shared.postgres.model.BaseEntity>
- All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<T,,Long> systems.dennis.shared.repository.AbstractRepository<T,,Long> org.springframework.data.repository.CrudRepository<T,,Long> systems.dennis.shared.postgres.repository.PaginationRepository<T>,org.springframework.data.repository.Repository<T,Long>
- All Known Subinterfaces:
LoginHistoryRepository,SubscriptionRepo,UserRoleRepo
@NoRepositoryBean
public interface UserFindByRepository<T extends systems.dennis.shared.postgres.model.BaseEntity>
extends systems.dennis.shared.postgres.repository.PaginationRepository<T>
-
Method Summary
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
-
findByUserDataId
-