Class JaxbHbmIdBagCollectionType

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

public class JaxbHbmIdBagCollectionType extends PluralAttributeInfoIdBagAdapter implements Serializable, PluralAttributeInfo, ToolingHintContainer
<p>Java class for IdBagCollectionType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="IdBagCollectionType"> <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="collection-id" type="{http://www.hibernate.org/xsd/orm/hbm}CollectionIdType"/> <element name="key" type="{http://www.hibernate.org/xsd/orm/hbm}key-type"/> <choice> <element name="element" type="{http://www.hibernate.org/xsd/orm/hbm}BasicCollectionElementType"/> <element name="many-to-many" type="{http://www.hibernate.org/xsd/orm/hbm}ManyToManyCollectionElementType"/> <element name="composite-element" type="{http://www.hibernate.org/xsd/orm/hbm}CompositeCollectionElementType"/> <element name="many-to-any" type="{http://www.hibernate.org/xsd/orm/hbm}ManyToAnyCollectionElementType"/> </choice> <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"/> <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="table" 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="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> }</pre>
See Also: