Class TableSettingRepo<ID_TYPE extends Serializable>

java.lang.Object
systems.dennis.shared.mongo.specification.MongoSpecificationExecutorImpl<T>
systems.dennis.shared.mongo.specification.AbstractRepository<T>
systems.dennis.shared.mongo.repository.PaginationRepository<TableSettingModel>
systems.dennis.shared.ui_settings.repository.TableSettingRepo<ID_TYPE>
All Implemented Interfaces:
org.springframework.data.repository.CrudRepository<TableSettingModel,String>, org.springframework.data.repository.Repository<TableSettingModel,String>, systems.dennis.shared.mongo.specification.MongoSpecificationExecutor<TableSettingModel>, systems.dennis.shared.repository.AbstractFilterRepo<TableSettingModel,String>, systems.dennis.shared.repository.AbstractRepository<TableSettingModel,String>

@Repository public class TableSettingRepo<ID_TYPE extends Serializable> extends systems.dennis.shared.mongo.repository.PaginationRepository<TableSettingModel>
  • Constructor Summary

    Constructors
    Constructor
    Description
    TableSettingRepo(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate)
     
  • Method Summary

    Methods inherited from class systems.dennis.shared.mongo.specification.MongoSpecificationExecutorImpl

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, filteredCount, filteredData, filteredData, filteredData, filteredData, filteredFirst, filteredOne, findAll, findAll, findAllById, findById, getEntityClass, save, saveAll

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    exists
  • Constructor Details

    • TableSettingRepo

      public TableSettingRepo(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate)