Interface DerivedValueSource
- All Superinterfaces:
RelationalValueSource
Contract describing source of a derived value (formula).
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.boot.model.source.spi.RelationalValueSource
RelationalValueSource.Nature
-
Method Summary
Modifier and TypeMethodDescriptionObtain the expression used to derive the value.Methods inherited from interface org.hibernate.boot.model.source.spi.RelationalValueSource
getContainingTableName, getNature
-
Method Details
-
getExpression
String getExpression()Obtain the expression used to derive the value.- Returns:
- The derived value expression.
-