Class JaxbHbmBagCollectionType

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

    public class JaxbHbmBagCollectionType
    extends JaxbHbmToolingHintContainer
    implements Serializable, PluralAttributeInfo, ToolingHintContainer

    Java class for BagCollectionType complex type.

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

    
     <complexType name="BagCollectionType">
       <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"/>
             <group ref="{http://www.hibernate.org/xsd/orm/hbm}CollectionElementOptionGroup"/>
             <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"/>
             <element name="filter" type="{http://www.hibernate.org/xsd/orm/hbm}filter-type" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attGroup ref="{http://www.hibernate.org/xsd/orm/hbm}plural-basic-attribute-group"/>
           <attGroup ref="{http://www.hibernate.org/xsd/orm/hbm}table-information-group"/>
           <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="lazy" type="{http://www.hibernate.org/xsd/orm/hbm}LazyWithExtraEnum" />
           <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="order-by" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="outer-join" type="{http://www.hibernate.org/xsd/orm/hbm}OuterJoinEnum" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form