Interface InvoiceRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Invoice,,String> InvoiceRepositoryMixin,org.springframework.data.repository.PagingAndSortingRepository<Invoice,,String> org.springframework.data.repository.Repository<Invoice,String>
public interface InvoiceRepository
extends org.springframework.data.repository.CrudRepository<Invoice,String>, org.springframework.data.repository.PagingAndSortingRepository<Invoice,String>, InvoiceRepositoryMixin
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface be.appify.prefab.example.sale.invoice.InvoiceRepositoryMixin
findMaxInvoiceNumberForYearMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Method Details
-
findAll
-