Persism
Persism copied to clipboard
Insert with POJO containing @Join annotations should also insert the child records
Let's say you have a customer class containing invoices. You instantiate a new Customer and also set some child Invoice objects on the invoices property (annotated with @Join). In that case Persism should also insert the child rows using the new auto-inc parent value.