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.
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.