Package org.hibernate.query.criteria
Interface JpaXmlTableColumnNode<T>
A special node for column defined for a
xmltable
function.- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptiondefaultExpression
(Expression<T> expression) Specifies the default value to use if resolving the XPath expression doesn't produce results.defaultValue
(T value) Specifies the default value to use if resolving the XPath expression doesn't produce results.
-
Method Details
-
defaultValue
Specifies the default value to use if resolving the XPath expression doesn't produce results.- Returns:
this
for method chaining
-
defaultExpression
Specifies the default value to use if resolving the XPath expression doesn't produce results.- Returns:
this
for method chaining
-