What are derived properties?



What are derived properties?..

Answer / Alok Ranjan Chaudhary

Derived properties in Hibernate are properties whose values are calculated on-the-fly based on other properties of the entity. They're not stored in the database, but instead, their values are computed when needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Is merge better than update?

1 Answers  


What are the different cascade types in hibernate?

1 Answers  


What are the ways to access hibernate by using spring?

1 Answers  


How do we create session factory in hibernate?

1 Answers  


What is the difference between session and sessionfactory in hibernate?

1 Answers  


How to do many to many mapping in hibernate?

1 Answers  


Which annotation is used to auto generate primary key?

1 Answers  


Should all the mapping files of hibernate have .hbm.xml extension to work properly?

1 Answers  


Is jpa better than hibernate?

1 Answers  


What is unidirectional causality?

1 Answers  


What is light object mapping in hibernate?

1 Answers  


Explain the advantages of hibernate?

1 Answers  


Categories