Class JaxbHbmMapType

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

public class JaxbHbmMapType extends JaxbHbmToolingHintContainer implements Serializable, PluralAttributeInfo, ToolingHintContainer
<p>Java class for MapType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="MapType"> <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"/> <choice> <element name="map-key" type="{http://www.hibernate.org/xsd/orm/hbm}MapKeyBasicType"/> <element name="composite-map-key" type="{http://www.hibernate.org/xsd/orm/hbm}MapKeyCompositeType"/> <element name="map-key-many-to-many" type="{http://www.hibernate.org/xsd/orm/hbm}MapKeyManyToManyType"/> <element name="index" type="{http://www.hibernate.org/xsd/orm/hbm}index-type"/> <element name="composite-index" type="{http://www.hibernate.org/xsd/orm/hbm}composite-index-type"/> <element name="index-many-to-many" type="{http://www.hibernate.org/xsd/orm/hbm}index-many-to-many-type"/> <element name="index-many-to-any" type="{http://www.hibernate.org/xsd/orm/hbm}index-many-to-any-type"/> </choice> <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"/> <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" /> <attribute name="sort" type="{http://www.w3.org/2001/XMLSchema}string" default="unsorted" /> </extension> </complexContent> </complexType> }</pre>
See Also: