Hello Matt,
Thank you for the reply. I guess my concerns have been addressed. Just read
an ebook given to me by my friend about hibernate. It seems that Dirty
Checking is performed by Hibernate as late as possible but hides the details
from the application. Thanks again for the response.
Carlo F
I believe dirty checking will be performed (and the object updated)
if you're within a transaction. If you're not, it's not handled.
Transactions in AppFuse are demarcated at the Manager level.
Matt
On Nov 20, 2007, at 9:49 PM, kaloyz2 wrote:
Hello Everyone,
Ive been trying out appfuse f
Hello Everyone,
Ive been trying out appfuse for a while now and I was hoping that someone
can answer this question for me(Ive been looking for the answer for quite
some time now but so far none).
How can I tell if the implementation in the appfuse demo(the person class),
either uses the Hibernat