What is hibernate model class?



What is hibernate model class?..

Answer / Swati Passi

A Hibernate Model Class (also known as an Entity Class) is a Java class that represents a table in the database. These classes are annotated with Hibernate-specific annotations such as @Entity, @Id, and @Column to define their mapping properties.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is orm tool?

1 Answers  


What is the difference between eclipselink and hibernate?

1 Answers  


How many tables are required for many to many relationship?

1 Answers  


Should you use an orm?

1 Answers  


Do hamsters hibernate?

1 Answers  


How to make a immutable class in hibernate?

1 Answers  


What is hibernate bag collection?

1 Answers  


What is the role of sessionfactory in hibernate?

1 Answers  


What is difference between save and persist in hibernate?

1 Answers  


Does hibernate use reflection?

1 Answers  


What is first level cache in hibernate?

1 Answers  


Why session is not thread safe?

1 Answers  


Categories