Class FavoriteItemRepo

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

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

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

    • FavoriteItemRepo

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