Re: [appfuse-user] Hibernate Dirty Checking Verification

2007-11-22 Thread kaloyz2
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

Re: [appfuse-user] Hibernate Dirty Checking Verification

2007-11-21 Thread Matt Raible
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

[appfuse-user] Hibernate Dirty Checking Verification

2007-11-20 Thread kaloyz2
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