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
ConstructorsConstructorDescriptionFavoriteItemRepo(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, saveAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo
exists
-
Constructor Details
-
FavoriteItemRepo
public FavoriteItemRepo(org.springframework.data.mongodb.core.MongoTemplate mongoTemplate)
-