Class ServerConfigTypeRepo

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

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

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

    • ServerConfigTypeRepo

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