Tuesday, November 29, 2011

What role does the Session interface play in Hibernate?

The Session interface is the primary interface used by Hibernate applications. It is a single-threaded, short-lived object representing a conversation between the application and the persistent store. It allows you to create query objects to retrieve persistent objects.
Category:Hibernate Interview Questions

No comments:

Post a Comment