Define hibernate?
Answer / Pramod Kumar Saxena
Hibernate is an open-source, object-relational mapping (ORM) library for the Java programming language that provides a framework for mapping an object-oriented domain model to a traditional relational database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which class elements are not persisted?
What is the importance of lifecycle and validatable interface in hibernate?
How many tables are required for many to many relationship?
What is the file extension used for hibernate mapping file?
What is the use of hql in hibernate?
What hibernate save returns?
Is hibernate sessionfactory is thread safe?
What different fetching strategies are of hibernate?
How is hql query created?
Can we delete foreign key?
How create hibernate cfg xml file?
How does hibernate distinguish between transient (i.e. Newly instantiated) and detached objects?