Class UserFormSettingsRepo

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

public class UserFormSettingsRepo extends systems.dennis.shared.mongo.repository.PaginationRepository<UserFormSettingsModel>
  • Constructor Summary

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

    • UserFormSettingsRepo

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