Package systems.dennis.shared.repository
Interface FavoriteItemRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<FavoriteItemModel,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<FavoriteItemModel>,systems.dennis.shared.repository.PaginationRepository<FavoriteItemModel>,org.springframework.data.repository.Repository<FavoriteItemModel,Long>
public interface FavoriteItemRepo
extends systems.dennis.shared.repository.PaginationRepository<FavoriteItemModel>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAllMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findBy, findOneMethods inherited from interface systems.dennis.shared.repository.PaginationRepository
findAll, findAll, findFirst, save