What are the restrictions for the entity classes?
What are the different id generating strategies using @generatedvalue annotation?
Which hibernate object wraps the jdbc connection?
What the core interfaces are of hibernate framework?
What are the extension interfaces that are there in hibernate?
Explain the role of session interface in hibernate.
What are the main advantages of orm like hibernate?
Why do you need orm tool like hibernate?
What is hibernate query language (hql)?
What is the advantage of hibernate over jdbc?
Explain the general flow of hibernate communication with rdbms.
What are different environments to configure hibernate?
How does hibernate distinguish between transient (i.e. Newly instantiated) and detached objects?
What does hibernate.properties file consist of?
What are the general considerations or best practices for defining your hibernate persistent classes?