1.

Explain the difference between criteria and criterion in hibernate?

Answer»

14. What is the difference between SessionFactory and SESSION in hibernate?

S.noSessionFactory objectsSession
1.There is one SessionFactory object PER applicationThere is one Session object per client
2.Used for creation and management and it is THREADED safeSessions Session is not threaded safe and give CRUD INTERFACE to the mapped CLASSES


Discussion

No Comment Found