Package systems.dennis.auth.repository
Interface UserDataRepository
- All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<UserData,,Long> systems.dennis.shared.repository.AbstractRepository<UserData,,Long> org.springframework.data.repository.CrudRepository<UserData,,Long> systems.dennis.shared.postgres.repository.PaginationRepository<UserData>,org.springframework.data.repository.Repository<UserData,Long>
@Repository
public interface UserDataRepository
extends systems.dennis.shared.postgres.repository.PaginationRepository<UserData>
-
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
-
findByLogin
-