Class AppSettingsRepo

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

@Repository public class AppSettingsRepo extends systems.dennis.shared.mongo.repository.PaginationRepository<AppSettingsModel>
  • Constructor Summary

    Constructors
    Constructor
    Description
    AppSettingsRepo(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

    • AppSettingsRepo

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