Interface GiftVoucherRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<GiftVoucher, String>,org.springframework.data.repository.PagingAndSortingRepository<GiftVoucher, String>,org.springframework.data.repository.Repository<GiftVoucher, String>
public interface GiftVoucherRepository
extends org.springframework.data.repository.CrudRepository<GiftVoucher, String>, org.springframework.data.repository.PagingAndSortingRepository<GiftVoucher, String>
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<GiftVoucher> findAll(org.springframework.data.domain.Example<GiftVoucher> example, org.springframework.data.domain.Pageable pageable) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Method Details
-
findAll
org.springframework.data.domain.Page<GiftVoucher> findAll(org.springframework.data.domain.Example<GiftVoucher> example, org.springframework.data.domain.Pageable pageable)
-