Class JaxbNationalizedImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbNationalizedImpl
All Implemented Interfaces:
Serializable

public class JaxbNationalizedImpl 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:
  • Constructor Details

    • JaxbNationalizedImpl

      public JaxbNationalizedImpl()