Class ServerConfigRepo

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

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

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

    • ServerConfigRepo

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