Class JaxbHbmPrimitiveArrayType

  • All Implemented Interfaces:
    Serializable, AttributeMapping, PluralAttributeInfo, TableInformationContainer, ToolingHintContainer

    public class JaxbHbmPrimitiveArrayType
    extends PluralAttributeInfoPrimitiveArrayAdapter
    implements Serializable, PluralAttributeInfo, ToolingHintContainer

    Java class for PrimitiveArrayType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="PrimitiveArrayType">
       <complexContent>
         <extension base="{http://www.hibernate.org/xsd/orm/hbm}ToolingHintContainer">
           <sequence>
             <element name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="cache" type="{http://www.hibernate.org/xsd/orm/hbm}CacheType" minOccurs="0"/>
             <element name="synchronize" type="{http://www.hibernate.org/xsd/orm/hbm}synchronize-type" maxOccurs="unbounded" minOccurs="0"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="key" type="{http://www.hibernate.org/xsd/orm/hbm}key-type"/>
             <choice>
               <element name="index" type="{http://www.hibernate.org/xsd/orm/hbm}index-type"/>
               <element name="list-index" type="{http://www.hibernate.org/xsd/orm/hbm}ListIndexType"/>
             </choice>
             <element name="element" type="{http://www.hibernate.org/xsd/orm/hbm}BasicCollectionElementType"/>
             <element name="loader" type="{http://www.hibernate.org/xsd/orm/hbm}loader-type" minOccurs="0"/>
             <group ref="{http://www.hibernate.org/xsd/orm/hbm}CustomSqlDmlCollectionGroup"/>
           </sequence>
           <attGroup ref="{http://www.hibernate.org/xsd/orm/hbm}table-information-group"/>
           <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
           <attribute name="check" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="collection-type" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="embed-xml" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="fetch" type="{http://www.hibernate.org/xsd/orm/hbm}FetchStyleWithSubselectEnum" />
           <attribute name="mutable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="optimistic-lock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="outer-join" type="{http://www.hibernate.org/xsd/orm/hbm}OuterJoinEnum" />
           <attribute name="persister" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="where" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form