Class JaxbNationalizedImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbNationalizedImpl
- All Implemented Interfaces:
Serializable
See `@org.hibernate.annotations.Nationalized`
<p>Java class for nationalized complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="nationalized">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
}</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JaxbNationalizedImpl
public JaxbNationalizedImpl()
-