> What am I missing? > @OneToMany(mappedBy = "settlement", Cascade=CascadeType.REFRESH)
Correct cascade type. (also the capital case on Cascade looks a suspect) ----- Pinaki -- View this message in context: http://openjpa.208410.n2.nabble.com/Update-statements-not-generated-for-a-OneToMany-mapping-with-persistent-entity-tp6476296p6476693.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
