Interface TableSettingRepo<ID_TYPE extends Serializable>

All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<TableSettingModel,Long>, systems.dennis.shared.repository.AbstractRepository<TableSettingModel,Long>, org.springframework.data.repository.CrudRepository<TableSettingModel,Long>, systems.dennis.shared.postgres.repository.PaginationRepository<TableSettingModel>, org.springframework.data.repository.Repository<TableSettingModel,Long>

@Repository public interface TableSettingRepo<ID_TYPE extends Serializable> extends systems.dennis.shared.postgres.repository.PaginationRepository<TableSettingModel>
  • Method Summary

    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