Hibernate (Java) Question:

Download Job Interview Questions and Answers PDF

What are derived properties?

Hibernate Interview Question
Hibernate Interview Question

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 Interview Questions And Answers PDF

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?