Hibernate / Hibernate interview questions
SessionFactory Interface.
This is a factory that delivers the session objects to hibernate application. Generally there will be a single SessionFactory for the whole application and it will be shared among all the application threads.
More Related questions...