Hi,

What is the proper way of using hibernate in T5?  is following list correct?

1. Don't commit, let Tapestry-Hibernate take care of that.
2. Commit only if you are going to start a thread with Session as well.
3. Use session.save for the new objects, after that, any updates to the
object does not require a save

?

A.C.
-- 
View this message in context: 
http://www.nabble.com/T5%3A-how-to-use-Hibernate-properly--tp15580722p15580722.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to