Package org.hibernate.boot.jaxb.mapping
Class JaxbNationalized
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbNationalized
-
- All Implemented Interfaces:
Serializable
public class JaxbNationalized extends Object implements Serializable
See `@org.hibernate.annotations.Nationalized`Java class for nationalized complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nationalized"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form