Uses of Interface
org.hibernate.query.criteria.JpaXmlElementExpression
Packages that use JpaXmlElementExpression
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service
.Nodes representing expressions in the SQM tree.
-
Uses of JpaXmlElementExpression in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaXmlElementExpressionModifier and TypeMethodDescriptionJpaXmlElementExpression.attribute
(String attributeName, Expression<?> expression) Passes the givenExpression
as value for the XML attribute with the given name.JpaXmlElementExpression.content
(Expression<?>... expressions) Passes the givenExpression
s as value for the XML content of this element.JpaXmlElementExpression.content
(List<? extends Expression<?>> expressions) Passes the givenExpression
s as value for the XML content of this element.HibernateCriteriaBuilder.xmlelement
(String elementName) Creates an XML element with the given element name. -
Uses of JpaXmlElementExpression in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaXmlElementExpressionModifier and TypeMethodDescriptionHibernateCriteriaBuilderDelegate.xmlelement
(String elementName) -
Uses of JpaXmlElementExpression in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement JpaXmlElementExpressionModifier and TypeClassDescriptionclass
Special expression for the xmlelement function that also captures special syntax elements like xmlattributes.