Interface FavoriteItemRepo

All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<FavoriteItemModel,Long>, systems.dennis.shared.repository.AbstractRepository<FavoriteItemModel,Long>, org.springframework.data.repository.CrudRepository<FavoriteItemModel,Long>, systems.dennis.shared.postgres.repository.PaginationRepository<FavoriteItemModel>, org.springframework.data.repository.Repository<FavoriteItemModel,Long>

public interface FavoriteItemRepo extends systems.dennis.shared.postgres.repository.PaginationRepository<FavoriteItemModel>
  • Method Summary

    Methods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo

    exists, filteredCount, filteredData, filteredData, filteredData, filteredData, filteredFirst, filteredFirst, filteredOne

    Methods inherited from interface systems.dennis.shared.repository.AbstractRepository

    findAll, save

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll