|
read more
|
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?
|
|
read more
|
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?
|
|
|
read more
|
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?
|
|