What does the session object hold?
Answer / Jahid Khan
The Hibernate Session object holds an instance of a Java POJO that is being managed by Hibernate, as well as information about its associated database table and any active queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the fetching strategies supported by hibernate?
What is bidirectional and unidirectional?
What is the file extension used for hibernate mapping file?
What is the difference between hibernate session get() and load() method?
Is hibernate free?
Is hibernate framework good?
What is the default cache in hibernate?
What is genericgenerator hibernate?
How to get single column from database using hibernate?
Does hibernate work with nosql?
How to write composite key mapping for hibernate?
After which hibernate version, related entities are initialized lazily?