Class JaxbHbmSecondaryTableType

  • All Implemented Interfaces:
    java.io.Serializable, TableInformationContainer

    public class JaxbHbmSecondaryTableType
    extends java.lang.Object
    implements java.io.Serializable, TableInformationContainer
    A join allows some properties of a class to be persisted to a second table

    Java class for SecondaryTableType complex type.

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

     <complexType name="SecondaryTableType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" 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 maxOccurs="unbounded" minOccurs="0">
               <element name="property" type="{http://www.hibernate.org/xsd/orm/hbm}BasicAttributeType"/>
               <element name="many-to-one" type="{http://www.hibernate.org/xsd/orm/hbm}ManyToOneType"/>
               <element name="component" type="{http://www.hibernate.org/xsd/orm/hbm}CompositeAttributeType"/>
               <element name="dynamic-component" type="{http://www.hibernate.org/xsd/orm/hbm}dynamic-component-type"/>
               <element name="any" type="{http://www.hibernate.org/xsd/orm/hbm}AnyAssociationType"/>
             </choice>
             <group ref="{http://www.hibernate.org/xsd/orm/hbm}CustomSqlDmlGroup"/>
           </sequence>
           <attGroup ref="{http://www.hibernate.org/xsd/orm/hbm}table-information-group"/>
           <attribute name="fetch" type="{http://www.hibernate.org/xsd/orm/hbm}FetchStyleEnum" default="join" />
           <attribute name="inverse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • subselect

        protected java.lang.String subselect
      • comment

        protected java.lang.String comment
      • attributes

        protected java.util.List<java.io.Serializable> attributes
      • inverse

        protected java.lang.Boolean inverse
      • optional

        protected java.lang.Boolean optional
      • schema

        protected java.lang.String schema
      • catalog

        protected java.lang.String catalog
      • table

        protected java.lang.String table
      • subselectAttribute

        protected java.lang.String subselectAttribute
    • Constructor Detail

      • JaxbHbmSecondaryTableType

        public JaxbHbmSecondaryTableType()
    • 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
      • getComment

        public java.lang.String getComment()
        Gets the value of the comment property.
        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
      • isInverse

        public boolean isInverse()
        Gets the value of the inverse property.
        Returns:
        possible object is Boolean
      • setInverse

        public void setInverse​(java.lang.Boolean value)
        Sets the value of the inverse property.
        Parameters:
        value - allowed object is Boolean
      • isOptional

        public boolean isOptional()
        Gets the value of the optional property.
        Returns:
        possible object is Boolean
      • setOptional

        public void setOptional​(java.lang.Boolean value)
        Sets the value of the optional property.
        Parameters:
        value - allowed object is Boolean
      • 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