What are derived properties in hibernate?



What are derived properties in hibernate?..

Answer / Reeta

Derived properties in Hibernate are properties that are not directly persisted in the database but are calculated based on other properties of the entity.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

How do you define sequence generated primary key in hibernate?

1 Answers  


Is hibernate framework?

1 Answers  


What are the ways to avoid lazyinitializationexception?

1 Answers  


What is lazy loading hibernate?

1 Answers  


What is lazy loading effect?

1 Answers  


Mention some important annotations used for hibernate mapping?

1 Answers  


How many stages are there in hibernate inheritance?

1 Answers  


List hibernate session interface methods?

1 Answers  


Why do we use inheritance mapping in hibernate?

1 Answers  


Is hibernate an implementation of jpa?

1 Answers  


What is tag library descriptor?

1 Answers  


Can we create two sessionfactory in hibernate?

1 Answers  


Categories