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 |
What is orm tool?
What is the difference between eclipselink and hibernate?
How many tables are required for many to many relationship?
Should you use an orm?
Do hamsters hibernate?
How to make a immutable class in hibernate?
What is hibernate bag collection?
What is the role of sessionfactory in hibernate?
What is difference between save and persist in hibernate?
Does hibernate use reflection?
What is first level cache in hibernate?
Why session is not thread safe?