Why default constructor is required in hibernate?
Answer / Ashish Kumar Pankaj
A default constructor is required in Hibernate because it is used by the framework to instantiate entity objects. The default constructor must be accessible, meaning it cannot be private or protected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I disable first level cache in hibernate?
How to insert data into database using spring mvc and hibernate?
How to retrieve data from database using hibernate criteria?
What is hibernate caching? Explain hibernate first level cache?
How many sessionfactory and session objects are usually created?
What is meant by unidirectional and bidirectional?
What is transaction management in hibernate?
What are the benefits of ORM?
What is the need for hibernating tools when orm tools can be used?
Is hibernate lazy load by default?
What is the default cache service of hibernate?
What is the difference between merge and update method?