Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
I use hibernate 3.0.5 now,
and want to upgrade to 3.1.3,
the migration guide
http://hibernate.org/250.html said:
"Important known issue: If you call session.connection() in Hibernate 3.1.0, you are responsible to close() the JDBC Connection yourself! "
But I really donnt want to close the connection,
because it is needed for view.
And I tested it without close, nothing happen!!
Who can tell me the result of no close session.connection()?