Create a table to capture the transactions (payments) of different customers who visit the restaurant. Now generate their invoices containing the invoice number (sequence number) and total amount of the check and display the invoice number. Design and develop an entity bean to add this functionality to the restaurant application. Write a finder method for the restaurant application that uses WLQL to write the query.