Package org.hibernate.boot.jaxb.mapping
Class JaxbFieldResult
- java.lang.Object
- org.hibernate.boot.jaxb.mapping.JaxbFieldResult
- All Implemented Interfaces:
Serializable
public classJaxbFieldResultextendsObjectimplementsSerializable
See `@jakarta.persistence.FieldResult`Java class for field-result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="field-result"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description JaxbFieldResult()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColumn()Gets the value of the column property.StringgetName()Gets the value of the name property.voidsetColumn(String value)Sets the value of the column property.voidsetName(String value)Sets the value of the name property.