0% found this document useful (0 votes)
94 views

Hibernate Interview Questions

The document discusses various concepts related to Hibernate including what ORM and Hibernate are, the different levels of ORM quality, how Hibernate code and configuration files are structured, how to configure and use a SessionFactory to work with objects and the database, object relational mapping metadata, Hibernate Query Language, property and class mappings, inheritance representations, associations, and more. It asks 30 questions to cover these Hibernate related topics at a high level.

Uploaded by

Ruchit Kaplish
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views

Hibernate Interview Questions

The document discusses various concepts related to Hibernate including what ORM and Hibernate are, the different levels of ORM quality, how Hibernate code and configuration files are structured, how to configure and use a SessionFactory to work with objects and the database, object relational mapping metadata, Hibernate Query Language, property and class mappings, inheritance representations, associations, and more. It asks 30 questions to cover these Hibernate related topics at a high level.

Uploaded by

Ruchit Kaplish
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

1)What is Hibernate?

2)What is ORM?

3)What does an ORM solution comprises of?

4)What are the different levels of ORM quality?

5)What is a pure relational ORM?

6)What is a meant by light object mapping?

7)What is a meant by medium object mapping?

8)What is meant by full object mapping?

9)What are the benefits of ORM and Hibernate?

10)How does hibernate code looks like?

11)What is a hibernate xml mapping document and how does it look like?

12)Show Hibernate overview?

13)What the Core interfaces are of hibernate framework?

14)What are Callback interfaces?

15)What are Extension interfaces?

16)What are the Extension interfaces that are there in hibernate?

17)What are different environments to configure hibernate?

18)What is the file extension you use for hibernate mapping file?

19)What do you create a SessionFactory?

20)What is meant by Method chaining?

21)What does hibernate.properties file consist of?

22)What should SessionFactory be placed so that it can be easily accessed?


23)What are POJOs?

24)What is object/relational mapping metadata?

25)What is HQL?

26)What are the different types of property and class mappings?

27)What is Attribute Oriented Programming?

28)What are the different methods of identifying an object?

29)What are the different approaches to represent an inheritance


hierarchy?

30)What are managed associations and hibernate associations?

You might also like