What is hibernate and how it works?
What are the mapping associations used in hibernate?
What is the difference between save() and persist() in hibernate?
Why do we use jpa instead of hibernate?
Describe the method used to create an hql query and sql query?
What is the purpose of using hibernatetemplate?
What does orm mean?
What is the need of hibernate tools when orm tools can be used?
What is the difference between @controller and @component?
What are the states of the object in hibernate?
Why do we need session in hibernate?
What is transaction management in hibernate?
Mention some important annotations used for hibernate mapping?
Explain the general flow of hibernate communication with rdbms.
What is columnar data format?