Class JaxbHbmDiscriminatorSubclassEntityType

All Implemented Interfaces:
Serializable, Discriminatable, EntityInfo, ResultSetMappingContainer, SecondaryTableContainer, SubEntityInfo, ToolingHintContainer

public class JaxbHbmDiscriminatorSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements Serializable, Discriminatable, 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: