Package systems.dennis.shared.repository
Interface FavoriteItemRepo
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<systems.dennis.shared.model.FavoriteItemModel,,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<systems.dennis.shared.model.FavoriteItemModel>,systems.dennis.shared.repository.PaginationRepository<systems.dennis.shared.model.FavoriteItemModel>,org.springframework.data.repository.Repository<systems.dennis.shared.model.FavoriteItemModel,Long>
public interface FavoriteItemRepo
extends systems.dennis.shared.repository.PaginationRepository<systems.dennis.shared.model.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