Define hibernate?



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

Post New Answer

More Hibernate Interview Questions

Which class elements are not persisted?

1 Answers  


What is the importance of lifecycle and validatable interface in hibernate?

1 Answers  


How many tables are required for many to many relationship?

1 Answers  


What is the file extension used for hibernate mapping file?

1 Answers  


What is the use of hql in hibernate?

1 Answers  


What hibernate save returns?

1 Answers  


Is hibernate sessionfactory is thread safe?

1 Answers  


What different fetching strategies are of hibernate?

1 Answers  


How is hql query created?

1 Answers  


Can we delete foreign key?

1 Answers  


How create hibernate cfg xml file?

1 Answers  


How does hibernate distinguish between transient (i.e. Newly instantiated) and detached objects?

1 Answers  


Categories