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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo

    exists, filteredCount, filteredData, filteredData, filteredFirst, filteredOne

    Methods inherited from interface systems.dennis.shared.repository.AbstractRepository

    findAll, save

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll