I have an entity InvoiceItem. I need to be able to generate the table as in:
invoiceId seq .... more fields 1 1 1 2 1 3 2 1 2 2 2 3 2 4 Is there a way to do it in JPA 2.0 ?
I have an entity InvoiceItem. I need to be able to generate the table as in:
invoiceId seq .... more fields 1 1 1 2 1 3 2 1 2 2 2 3 2 4 Is there a way to do it in JPA 2.0 ?