Re: behavior change from 2.1.0 to 2.2.0 on persist

2014-06-03 Thread Marc Logemann
Rick, thanks for pointing out. I will check this too. But regardless of the outcome, i think we will recode the stuff which is affected, because its better coding style to load related entities and point the managed entities to the desired other entities. This way people know whats going on withou

Re: behavior change from 2.1.0 to 2.2.0 on persist

2014-06-03 Thread Kevin Sutter
Hi Marc, I do like Boblitz's suggestion of using getReference. It's a little less weight than a full find() operation. Kevin On Tue, Jun 3, 2014 at 9:07 AM, Marc Logemann wrote: > Rick, > > thanks for pointing out. I will check this too. But regardless of the > outcome, i think we will recode