Class JaxbHbmDiscriminatorSubclassEntityType

  • All Implemented Interfaces:
    java.io.Serializable, EntityInfo, SecondaryTableContainer, SubEntityInfo, ToolingHintContainer

    public class JaxbHbmDiscriminatorSubclassEntityType
    extends JaxbHbmSubclassEntityBaseDefinition
    implements java.io.Serializable, SecondaryTableContainer, SubEntityInfo, ToolingHintContainer
    Subclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy. See the note on the class element regarding vs. @name usage...

    Java class for DiscriminatorSubclassEntityType complex type.

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

     <complexType name="DiscriminatorSubclassEntityType">
       <complexContent>
         <extension base="{http://www.hibernate.org/xsd/orm/hbm}SubclassEntityBaseDefinition">
           <sequence>
             <element name="tuplizer" type="{http://www.hibernate.org/xsd/orm/hbm}tuplizer-type" maxOccurs="unbounded" minOccurs="0"/>
             <element name="synchronize" type="{http://www.hibernate.org/xsd/orm/hbm}synchronize-type" maxOccurs="unbounded" minOccurs="0"/>
             <choice maxOccurs="unbounded" minOccurs="0">
               <group ref="{http://www.hibernate.org/xsd/orm/hbm}SingularAttributeGroup"/>
               <element name="idbag" type="{http://www.hibernate.org/xsd/orm/hbm}IdBagCollectionType"/>
             </choice>
             <element name="join" type="{http://www.hibernate.org/xsd/orm/hbm}SecondaryTableType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="subclass" type="{http://www.hibernate.org/xsd/orm/hbm}DiscriminatorSubclassEntityType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="loader" type="{http://www.hibernate.org/xsd/orm/hbm}loader-type" minOccurs="0"/>
             <group ref="{http://www.hibernate.org/xsd/orm/hbm}CustomSqlDmlGroup" minOccurs="0"/>
             <element name="fetch-profile" type="{http://www.hibernate.org/xsd/orm/hbm}FetchProfileType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="resultset" type="{http://www.hibernate.org/xsd/orm/hbm}ResultSetMappingType" maxOccurs="unbounded" minOccurs="0"/>
             <choice maxOccurs="unbounded" minOccurs="0">
               <group ref="{http://www.hibernate.org/xsd/orm/hbm}NamedQueryGroup"/>
             </choice>
           </sequence>
           <attribute name="discriminator-value" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • JaxbHbmDiscriminatorSubclassEntityType

        public JaxbHbmDiscriminatorSubclassEntityType()
    • Method Detail

      • getTuplizer

        public java.util.List<JaxbHbmTuplizerType> getTuplizer()
        Gets the value of the tuplizer 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 tuplizer property.

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

            getTuplizer().add(newItem);
         

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

        Specified by:
        getTuplizer in interface EntityInfo
      • 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 EntityInfo
      • getJoin

        public java.util.List<JaxbHbmSecondaryTableType> getJoin()
        Gets the value of the join 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 join property.

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

            getJoin().add(newItem);
         

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

        Specified by:
        getJoin in interface SecondaryTableContainer
      • getSubclass

        public java.util.List<JaxbHbmDiscriminatorSubclassEntityType> getSubclass()
        Gets the value of the subclass 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 subclass property.

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

            getSubclass().add(newItem);
         

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

      • getFetchProfile

        public java.util.List<JaxbHbmFetchProfileType> getFetchProfile()
        Gets the value of the fetchProfile 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 fetchProfile property.

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

            getFetchProfile().add(newItem);
         

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

        Specified by:
        getFetchProfile in interface EntityInfo
      • getResultset

        public java.util.List<JaxbHbmResultSetMappingType> getResultset()
        Gets the value of the resultset 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 resultset property.

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

            getResultset().add(newItem);
         

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

        Specified by:
        getResultset in interface EntityInfo
      • getQuery

        public java.util.List<JaxbHbmNamedQueryType> getQuery()
        Gets the value of the query 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 query property.

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

            getQuery().add(newItem);
         

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

        Specified by:
        getQuery in interface EntityInfo
      • getSqlQuery

        public java.util.List<JaxbHbmNamedNativeQueryType> getSqlQuery()
        Gets the value of the sqlQuery 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 sqlQuery property.

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

            getSqlQuery().add(newItem);
         

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

        Specified by:
        getSqlQuery in interface EntityInfo
      • getDiscriminatorValue

        public java.lang.String getDiscriminatorValue()
        Gets the value of the discriminatorValue property.
        Returns:
        possible object is String
      • setDiscriminatorValue

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