Interface UserSettingRepo
- All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<UserSettingModel,,Long> systems.dennis.shared.repository.AbstractRepository<UserSettingModel,,Long> org.springframework.data.repository.CrudRepository<UserSettingModel,,Long> systems.dennis.shared.postgres.repository.PaginationRepository<UserSettingModel>,org.springframework.data.repository.Repository<UserSettingModel,Long>
public interface UserSettingRepo
extends systems.dennis.shared.postgres.repository.PaginationRepository<UserSettingModel>
-
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
-
findFirstByUserDataId
-