What is embeddable in hibernate?
Answer / Amarjeet Kumar
Embeddable in Hibernate refers to a class that can be embedded into another entity. These classes typically represent immutable, non-null, value objects and are used to avoid having extra tables for storing their data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the states of object in hibernate?
How can you share your views on mapping description files?
What are the major benefits of hibernate?
How many types of transaction are there in hibernate?
What is the role of session interface in hibernate?
What are some advantages of lazy loading?
What is the use of cache in hibernate?
What is a persistence context?
What do you create a sessionfactory?
What is the purpose of an orm?
What do you mean by hibernate configuration file?
What is named sql query in hibernate?