Class JaxbHbmPrimitiveArrayType

  • All Implemented Interfaces:
    java.io.Serializable, AttributeMapping, PluralAttributeInfo, TableInformationContainer, ToolingHintContainer

    public class JaxbHbmPrimitiveArrayType
    extends PluralAttributeInfoPrimitiveArrayAdapter
    implements java.io.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
    • Constructor Detail

      • JaxbHbmPrimitiveArrayType

        public JaxbHbmPrimitiveArrayType()
    • Method Detail

      • getSubselect

        public java.lang.String getSubselect()
        Gets the value of the subselect property.
        Specified by:
        getSubselect in interface TableInformationContainer
        Returns:
        possible object is String
      • setSubselect

        public void setSubselect​(java.lang.String value)
        Sets the value of the subselect property.
        Parameters:
        value - allowed object is String
      • getSynchronize

        public java.util.List<JaxbHbmSynchronizeType> getSynchronize()
        Gets the value of the synchronize property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the synchronize property.

        For example, to add a new item, do as follows:

            getSynchronize().add(newItem);
         

        Objects of the following type(s) are allowed in the list JaxbHbmSynchronizeType

        Specified by:
        getSynchronize in interface PluralAttributeInfo
      • getComment

        public java.lang.String getComment()
        Gets the value of the comment property.
        Specified by:
        getComment in interface PluralAttributeInfo
        Returns:
        possible object is String
      • setComment

        public void setComment​(java.lang.String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • setKey

        public void setKey​(JaxbHbmKeyType value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is JaxbHbmKeyType
      • getAccess

        public java.lang.String getAccess()
        Gets the value of the access property.
        Specified by:
        getAccess in interface AttributeMapping
        Returns:
        possible object is String
      • setAccess

        public void setAccess​(java.lang.String value)
        Sets the value of the access property.
        Parameters:
        value - allowed object is String
      • getBatchSize

        public int getBatchSize()
        Gets the value of the batchSize property.
        Specified by:
        getBatchSize in interface PluralAttributeInfo
        Returns:
        possible object is Integer
      • setBatchSize

        public void setBatchSize​(java.lang.Integer value)
        Sets the value of the batchSize property.
        Parameters:
        value - allowed object is Integer
      • getCheck

        public java.lang.String getCheck()
        Gets the value of the check property.
        Specified by:
        getCheck in interface PluralAttributeInfo
        Returns:
        possible object is String
      • setCheck

        public void setCheck​(java.lang.String value)
        Sets the value of the check property.
        Parameters:
        value - allowed object is String
      • getCollectionType

        public java.lang.String getCollectionType()
        Gets the value of the collectionType property.
        Specified by:
        getCollectionType in interface PluralAttributeInfo
        Returns:
        possible object is String
      • setCollectionType

        public void setCollectionType​(java.lang.String value)
        Sets the value of the collectionType property.
        Parameters:
        value - allowed object is String
      • isEmbedXml

        public java.lang.Boolean isEmbedXml()
        Gets the value of the embedXml property.
        Returns:
        possible object is Boolean
      • setEmbedXml

        public void setEmbedXml​(java.lang.Boolean value)
        Sets the value of the embedXml property.
        Parameters:
        value - allowed object is Boolean
      • isMutable

        public boolean isMutable()
        Gets the value of the mutable property.
        Specified by:
        isMutable in interface PluralAttributeInfo
        Returns:
        possible object is Boolean
      • setMutable

        public void setMutable​(java.lang.Boolean value)
        Sets the value of the mutable property.
        Parameters:
        value - allowed object is Boolean
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Specified by:
        getName in interface AttributeMapping
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getNode

        public java.lang.String getNode()
        Gets the value of the node property.
        Returns:
        possible object is String
      • setNode

        public void setNode​(java.lang.String value)
        Sets the value of the node property.
        Parameters:
        value - allowed object is String
      • isOptimisticLock

        public boolean isOptimisticLock()
        Gets the value of the optimisticLock property.
        Specified by:
        isOptimisticLock in interface PluralAttributeInfo
        Returns:
        possible object is Boolean
      • setOptimisticLock

        public void setOptimisticLock​(java.lang.Boolean value)
        Sets the value of the optimisticLock property.
        Parameters:
        value - allowed object is Boolean
      • getPersister

        public java.lang.String getPersister()
        Gets the value of the persister property.
        Specified by:
        getPersister in interface PluralAttributeInfo
        Returns:
        possible object is String
      • setPersister

        public void setPersister​(java.lang.String value)
        Sets the value of the persister property.
        Parameters:
        value - allowed object is String
      • getWhere

        public java.lang.String getWhere()
        Gets the value of the where property.
        Specified by:
        getWhere in interface PluralAttributeInfo
        Returns:
        possible object is String
      • setWhere

        public void setWhere​(java.lang.String value)
        Sets the value of the where property.
        Parameters:
        value - allowed object is String
      • getSchema

        public java.lang.String getSchema()
        Gets the value of the schema property.
        Specified by:
        getSchema in interface TableInformationContainer
        Returns:
        possible object is String
      • setSchema

        public void setSchema​(java.lang.String value)
        Sets the value of the schema property.
        Parameters:
        value - allowed object is String
      • getCatalog

        public java.lang.String getCatalog()
        Gets the value of the catalog property.
        Specified by:
        getCatalog in interface TableInformationContainer
        Returns:
        possible object is String
      • setCatalog

        public void setCatalog​(java.lang.String value)
        Sets the value of the catalog property.
        Parameters:
        value - allowed object is String
      • getTable

        public java.lang.String getTable()
        Gets the value of the table property.
        Specified by:
        getTable in interface TableInformationContainer
        Returns:
        possible object is String
      • setTable

        public void setTable​(java.lang.String value)
        Sets the value of the table property.
        Parameters:
        value - allowed object is String
      • getSubselectAttribute

        public java.lang.String getSubselectAttribute()
        Gets the value of the subselectAttribute property.
        Specified by:
        getSubselectAttribute in interface TableInformationContainer
        Returns:
        possible object is String
      • setSubselectAttribute

        public void setSubselectAttribute​(java.lang.String value)
        Sets the value of the subselectAttribute property.
        Parameters:
        value - allowed object is String