Package org.hibernate.boot.jaxb.mapping
Class JaxbConverter
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbConverter
- All Implemented Interfaces:
Serializable
See `@jakarta.persistence.Converter`
See `@jakarta.persistence.AttributeConverter
Java class for converter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="converter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="auto-apply" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.Gets the value of the description property.Gets the value of the autoApply property.voidsetAutoApply(Boolean value) Sets the value of the autoApply property.voidSets the value of the clazz property.voidsetDescription(String value) Sets the value of the description property.
-
Field Details
-
description
-
clazz
-
autoApply
-
-
Constructor Details
-
JaxbConverter
public JaxbConverter()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
isAutoApply
Gets the value of the autoApply property.- Returns:
- possible object is
Boolean
-
setAutoApply
Sets the value of the autoApply property.- Parameters:
value- allowed object isBoolean
-