Hibernate (Java) Question:

What are derived properties?

Tweet Share WhatsApp

Answer:

The properties that are not mapped to a column, but calculated at runtime by evaluation of an expression are called derived properties. The expression can be defined using the formula attribute of the element.
People who read this also read:
Core Java Questions
Spring Questions
SCJP 6.0 Certification
EJB Interview Questions
Servlets Questions

Download Hibernate PDF Read All 52 Hibernate Questions
Previous QuestionNext Question
If you want to see the Hibernate generated SQL statements on console, what should we do?What is component mapping in Hibernate?