What is embeddable in hibernate?



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

Post New Answer

More Hibernate Interview Questions

What are the states of object in hibernate?

1 Answers  


How can you share your views on mapping description files?

1 Answers  


What are the major benefits of hibernate?

1 Answers  


How many types of transaction are there in hibernate?

1 Answers  


What is the role of session interface in hibernate?

1 Answers  


What are some advantages of lazy loading?

1 Answers  


What is the use of cache in hibernate?

1 Answers  


What is a persistence context?

1 Answers  


What do you create a sessionfactory?

1 Answers  


What is the purpose of an orm?

1 Answers  


What do you mean by hibernate configuration file?

1 Answers  


What is named sql query in hibernate?

1 Answers  


Categories