Persism icon indicating copy to clipboard operation
Persism copied to clipboard

Insert with POJO containing @Join annotations should also insert the child records

Open sproket opened this issue 2 years ago • 0 comments

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.

sproket avatar Nov 11 '22 14:11 sproket