1.

What Is Session?

Answer»
  • It maintains a connection between hibernate APPLICATION and DATABASE.
  • It provides methods to store, update, DELETE or fetch DATA from the database such as persist(), update(), delete(), load(), get() etc.
  • It is a factory of QUERY, Criteria and Transaction i.e. it provides factory methods to return these instances.



Discussion

No Comment Found