tags:

views:

156

answers:

1

With JDO, when should I use detachCopy and when should I use makeTransient?

What exactly do each of them do?

A: 

I'm sure we wrote docs about those things ... http://www.datanucleus.org/products/accessplatform/performance_tuning.html though obviously the JDO spec defines them way better

DataNucleus
I had read that link you sent earlier, but was still unsure. I was thinking of just using makeTransient all the time, I don't really know when I would want to use detachCopy since its more expensive.
Kyle