Uses of Class
org.hibernate.sql.ast.tree.expression.XmlAttributes
Packages that use XmlAttributes
-
Uses of XmlAttributes in org.hibernate.dialect.function.xml
Methods in org.hibernate.dialect.function.xml that return XmlAttributesModifier and TypeMethodDescription@Nullable XmlAttributes
XmlElementFunction.XmlElementArguments.attributes()
Returns the value of theattributes
record component.Constructors in org.hibernate.dialect.function.xml with parameters of type XmlAttributesModifierConstructorDescriptionprotected
XmlElementArguments
(String elementName, @Nullable XmlAttributes attributes, List<Expression> content) Creates an instance of aXmlElementArguments
record class.