JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
be.appify.prefab.example.sale.invoice
InvoiceRepositoryMixin
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
findMaxInvoiceNumberForYear(String)
Interface InvoiceRepositoryMixin
All Known Subinterfaces:
InvoiceRepository
public interface
InvoiceRepositoryMixin
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
String
>
findMaxInvoiceNumberForYear
(
String
year)
Method Details
findMaxInvoiceNumberForYear
@Query("SELECT MAX(invoice_number) FROM invoice\nWHERE invoice_number LIKE :year || '%'\n")
Optional
<
String
>
findMaxInvoiceNumberForYear
(
String
year)