public class JaxbHbmMapType extends JaxbHbmToolingHintContainer implements Serializable, PluralAttributeInfo, ToolingHintContainer
Java class for MapType complex type.
The following schema fragment specifies the expected content contained within this class.
<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}table-information-group"/> <attGroup ref="{http://www.hibernate.org/xsd/orm/hbm}plural-basic-attribute-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" /> <attribute name="sort" type="{http://www.w3.org/2001/XMLSchema}string" default="unsorted" /> </extension> </complexContent> </complexType>
toolingHints
Constructor and Description |
---|
JaxbHbmMapType() |
Modifier and Type | Method and Description |
---|---|
String |
getAccess()
Gets the value of the access property.
|
int |
getBatchSize()
Gets the value of the batchSize property.
|
JaxbHbmCacheType |
getCache()
Gets the value of the cache property.
|
String |
getCascade()
Gets the value of the cascade property.
|
String |
getCatalog()
Gets the value of the catalog property.
|
String |
getCheck()
Gets the value of the check property.
|
String |
getCollectionType()
Gets the value of the collectionType property.
|
String |
getComment()
Gets the value of the comment property.
|
JaxbHbmCompositeCollectionElementType |
getCompositeElement()
Gets the value of the compositeElement property.
|
JaxbHbmCompositeIndexType |
getCompositeIndex()
Gets the value of the compositeIndex property.
|
JaxbHbmMapKeyCompositeType |
getCompositeMapKey()
Gets the value of the compositeMapKey property.
|
JaxbHbmBasicCollectionElementType |
getElement()
Gets the value of the element property.
|
JaxbHbmFetchStyleWithSubselectEnum |
getFetch()
Gets the value of the fetch property.
|
List<JaxbHbmFilterType> |
getFilter()
Gets the value of the filter property.
|
JaxbHbmIndexType |
getIndex()
Gets the value of the index property.
|
JaxbHbmIndexManyToAnyType |
getIndexManyToAny()
Gets the value of the indexManyToAny property.
|
JaxbHbmIndexManyToManyType |
getIndexManyToMany()
Gets the value of the indexManyToMany property.
|
JaxbHbmKeyType |
getKey()
Gets the value of the key property.
|
JaxbHbmLazyWithExtraEnum |
getLazy()
Gets the value of the lazy property.
|
JaxbHbmLoaderType |
getLoader()
Gets the value of the loader property.
|
JaxbHbmManyToAnyCollectionElementType |
getManyToAny()
Gets the value of the manyToAny property.
|
JaxbHbmManyToManyCollectionElementType |
getManyToMany()
Gets the value of the manyToMany property.
|
JaxbHbmMapKeyBasicType |
getMapKey()
Gets the value of the mapKey property.
|
JaxbHbmMapKeyManyToManyType |
getMapKeyManyToMany()
Gets the value of the mapKeyManyToMany property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNode()
Gets the value of the node property.
|
JaxbHbmOneToManyCollectionElementType |
getOneToMany()
Gets the value of the oneToMany property.
|
String |
getOrderBy()
Gets the value of the orderBy property.
|
JaxbHbmOuterJoinEnum |
getOuterJoin()
Gets the value of the outerJoin property.
|
String |
getPersister()
Gets the value of the persister property.
|
String |
getSchema()
Gets the value of the schema property.
|
String |
getSort()
Gets the value of the sort property.
|
JaxbHbmCustomSqlDmlType |
getSqlDelete()
Gets the value of the sqlDelete property.
|
JaxbHbmCustomSqlDmlType |
getSqlDeleteAll()
Gets the value of the sqlDeleteAll property.
|
JaxbHbmCustomSqlDmlType |
getSqlInsert()
Gets the value of the sqlInsert property.
|
JaxbHbmCustomSqlDmlType |
getSqlUpdate()
Gets the value of the sqlUpdate property.
|
String |
getSubselect()
Gets the value of the subselect property.
|
String |
getSubselectAttribute()
Gets the value of the subselectAttribute property.
|
List<JaxbHbmSynchronizeType> |
getSynchronize()
Gets the value of the synchronize property.
|
String |
getTable()
Gets the value of the table property.
|
String |
getWhere()
Gets the value of the where property.
|
Boolean |
isEmbedXml()
Gets the value of the embedXml property.
|
boolean |
isInverse()
Gets the value of the inverse property.
|
boolean |
isMutable()
Gets the value of the mutable property.
|
boolean |
isOptimisticLock()
Gets the value of the optimisticLock property.
|
void |
setAccess(String value)
Sets the value of the access property.
|
void |
setBatchSize(Integer value)
Sets the value of the batchSize property.
|
void |
setCache(JaxbHbmCacheType value)
Sets the value of the cache property.
|
void |
setCascade(String value)
Sets the value of the cascade property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setCheck(String value)
Sets the value of the check property.
|
void |
setCollectionType(String value)
Sets the value of the collectionType property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.
|
void |
setCompositeIndex(JaxbHbmCompositeIndexType value)
Sets the value of the compositeIndex property.
|
void |
setCompositeMapKey(JaxbHbmMapKeyCompositeType value)
Sets the value of the compositeMapKey property.
|
void |
setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.
|
void |
setEmbedXml(Boolean value)
Sets the value of the embedXml property.
|
void |
setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
|
void |
setIndex(JaxbHbmIndexType value)
Sets the value of the index property.
|
void |
setIndexManyToAny(JaxbHbmIndexManyToAnyType value)
Sets the value of the indexManyToAny property.
|
void |
setIndexManyToMany(JaxbHbmIndexManyToManyType value)
Sets the value of the indexManyToMany property.
|
void |
setInverse(Boolean value)
Sets the value of the inverse property.
|
void |
setKey(JaxbHbmKeyType value)
Sets the value of the key property.
|
void |
setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.
|
void |
setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.
|
void |
setManyToAny(JaxbHbmManyToAnyCollectionElementType value)
Sets the value of the manyToAny property.
|
void |
setManyToMany(JaxbHbmManyToManyCollectionElementType value)
Sets the value of the manyToMany property.
|
void |
setMapKey(JaxbHbmMapKeyBasicType value)
Sets the value of the mapKey property.
|
void |
setMapKeyManyToMany(JaxbHbmMapKeyManyToManyType value)
Sets the value of the mapKeyManyToMany property.
|
void |
setMutable(Boolean value)
Sets the value of the mutable property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNode(String value)
Sets the value of the node property.
|
void |
setOneToMany(JaxbHbmOneToManyCollectionElementType value)
Sets the value of the oneToMany property.
|
void |
setOptimisticLock(Boolean value)
Sets the value of the optimisticLock property.
|
void |
setOrderBy(String value)
Sets the value of the orderBy property.
|
void |
setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
setPersister(String value)
Sets the value of the persister property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
void |
setSort(String value)
Sets the value of the sort property.
|
void |
setSqlDelete(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDelete property.
|
void |
setSqlDeleteAll(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDeleteAll property.
|
void |
setSqlInsert(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlInsert property.
|
void |
setSqlUpdate(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlUpdate property.
|
void |
setSubselect(String value)
Sets the value of the subselect property.
|
void |
setSubselectAttribute(String value)
Sets the value of the subselectAttribute property.
|
void |
setTable(String value)
Sets the value of the table property.
|
void |
setWhere(String value)
Sets the value of the where property.
|
getToolingHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getToolingHints
protected String subselect
protected JaxbHbmCacheType cache
protected List<JaxbHbmSynchronizeType> synchronize
protected String comment
protected JaxbHbmKeyType key
protected JaxbHbmMapKeyBasicType mapKey
protected JaxbHbmMapKeyCompositeType compositeMapKey
protected JaxbHbmMapKeyManyToManyType mapKeyManyToMany
protected JaxbHbmIndexType index
protected JaxbHbmCompositeIndexType compositeIndex
protected JaxbHbmIndexManyToManyType indexManyToMany
protected JaxbHbmIndexManyToAnyType indexManyToAny
protected JaxbHbmBasicCollectionElementType element
protected JaxbHbmOneToManyCollectionElementType oneToMany
protected JaxbHbmManyToManyCollectionElementType manyToMany
protected JaxbHbmCompositeCollectionElementType compositeElement
protected JaxbHbmManyToAnyCollectionElementType manyToAny
protected JaxbHbmLoaderType loader
protected JaxbHbmCustomSqlDmlType sqlInsert
protected JaxbHbmCustomSqlDmlType sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlDelete
protected JaxbHbmCustomSqlDmlType sqlDeleteAll
protected List<JaxbHbmFilterType> filter
protected Boolean embedXml
protected JaxbHbmFetchStyleWithSubselectEnum fetch
protected JaxbHbmLazyWithExtraEnum lazy
protected String node
protected String orderBy
protected JaxbHbmOuterJoinEnum outerJoin
protected String sort
protected String schema
protected String catalog
protected String table
protected String subselectAttribute
protected String name
protected String access
protected String check
protected String where
protected String cascade
protected Integer batchSize
protected Boolean inverse
protected Boolean mutable
protected Boolean optimisticLock
protected String collectionType
protected String persister
public String getSubselect()
getSubselect
in interface TableInformationContainer
String
public void setSubselect(String value)
value
- allowed object is
String
public JaxbHbmCacheType getCache()
getCache
in interface PluralAttributeInfo
JaxbHbmCacheType
public void setCache(JaxbHbmCacheType value)
value
- allowed object is
JaxbHbmCacheType
public List<JaxbHbmSynchronizeType> getSynchronize()
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
getSynchronize
in interface PluralAttributeInfo
public String getComment()
getComment
in interface PluralAttributeInfo
String
public void setComment(String value)
value
- allowed object is
String
public JaxbHbmKeyType getKey()
getKey
in interface PluralAttributeInfo
JaxbHbmKeyType
public void setKey(JaxbHbmKeyType value)
value
- allowed object is
JaxbHbmKeyType
public JaxbHbmMapKeyBasicType getMapKey()
JaxbHbmMapKeyBasicType
public void setMapKey(JaxbHbmMapKeyBasicType value)
value
- allowed object is
JaxbHbmMapKeyBasicType
public JaxbHbmMapKeyCompositeType getCompositeMapKey()
JaxbHbmMapKeyCompositeType
public void setCompositeMapKey(JaxbHbmMapKeyCompositeType value)
value
- allowed object is
JaxbHbmMapKeyCompositeType
public JaxbHbmMapKeyManyToManyType getMapKeyManyToMany()
JaxbHbmMapKeyManyToManyType
public void setMapKeyManyToMany(JaxbHbmMapKeyManyToManyType value)
value
- allowed object is
JaxbHbmMapKeyManyToManyType
public JaxbHbmIndexType getIndex()
JaxbHbmIndexType
public void setIndex(JaxbHbmIndexType value)
value
- allowed object is
JaxbHbmIndexType
public JaxbHbmCompositeIndexType getCompositeIndex()
JaxbHbmCompositeIndexType
public void setCompositeIndex(JaxbHbmCompositeIndexType value)
value
- allowed object is
JaxbHbmCompositeIndexType
public JaxbHbmIndexManyToManyType getIndexManyToMany()
JaxbHbmIndexManyToManyType
public void setIndexManyToMany(JaxbHbmIndexManyToManyType value)
value
- allowed object is
JaxbHbmIndexManyToManyType
public JaxbHbmIndexManyToAnyType getIndexManyToAny()
JaxbHbmIndexManyToAnyType
public void setIndexManyToAny(JaxbHbmIndexManyToAnyType value)
value
- allowed object is
JaxbHbmIndexManyToAnyType
public JaxbHbmBasicCollectionElementType getElement()
getElement
in interface PluralAttributeInfo
JaxbHbmBasicCollectionElementType
public void setElement(JaxbHbmBasicCollectionElementType value)
value
- allowed object is
JaxbHbmBasicCollectionElementType
public JaxbHbmOneToManyCollectionElementType getOneToMany()
getOneToMany
in interface PluralAttributeInfo
JaxbHbmOneToManyCollectionElementType
public void setOneToMany(JaxbHbmOneToManyCollectionElementType value)
value
- allowed object is
JaxbHbmOneToManyCollectionElementType
public JaxbHbmManyToManyCollectionElementType getManyToMany()
getManyToMany
in interface PluralAttributeInfo
JaxbHbmManyToManyCollectionElementType
public void setManyToMany(JaxbHbmManyToManyCollectionElementType value)
value
- allowed object is
JaxbHbmManyToManyCollectionElementType
public JaxbHbmCompositeCollectionElementType getCompositeElement()
getCompositeElement
in interface PluralAttributeInfo
JaxbHbmCompositeCollectionElementType
public void setCompositeElement(JaxbHbmCompositeCollectionElementType value)
value
- allowed object is
JaxbHbmCompositeCollectionElementType
public JaxbHbmManyToAnyCollectionElementType getManyToAny()
getManyToAny
in interface PluralAttributeInfo
JaxbHbmManyToAnyCollectionElementType
public void setManyToAny(JaxbHbmManyToAnyCollectionElementType value)
value
- allowed object is
JaxbHbmManyToAnyCollectionElementType
public JaxbHbmLoaderType getLoader()
getLoader
in interface PluralAttributeInfo
JaxbHbmLoaderType
public void setLoader(JaxbHbmLoaderType value)
value
- allowed object is
JaxbHbmLoaderType
public JaxbHbmCustomSqlDmlType getSqlInsert()
getSqlInsert
in interface PluralAttributeInfo
JaxbHbmCustomSqlDmlType
public void setSqlInsert(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public JaxbHbmCustomSqlDmlType getSqlUpdate()
getSqlUpdate
in interface PluralAttributeInfo
JaxbHbmCustomSqlDmlType
public void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public JaxbHbmCustomSqlDmlType getSqlDelete()
getSqlDelete
in interface PluralAttributeInfo
JaxbHbmCustomSqlDmlType
public void setSqlDelete(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public JaxbHbmCustomSqlDmlType getSqlDeleteAll()
getSqlDeleteAll
in interface PluralAttributeInfo
JaxbHbmCustomSqlDmlType
public void setSqlDeleteAll(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public List<JaxbHbmFilterType> getFilter()
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 filter property.
For example, to add a new item, do as follows:
getFilter().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmFilterType
getFilter
in interface PluralAttributeInfo
public Boolean isEmbedXml()
Boolean
public void setEmbedXml(Boolean value)
value
- allowed object is
Boolean
public JaxbHbmFetchStyleWithSubselectEnum getFetch()
getFetch
in interface PluralAttributeInfo
JaxbHbmFetchStyleWithSubselectEnum
public void setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
value
- allowed object is
JaxbHbmFetchStyleWithSubselectEnum
public JaxbHbmLazyWithExtraEnum getLazy()
getLazy
in interface PluralAttributeInfo
JaxbHbmLazyWithExtraEnum
public void setLazy(JaxbHbmLazyWithExtraEnum value)
value
- allowed object is
JaxbHbmLazyWithExtraEnum
public String getNode()
String
public void setNode(String value)
value
- allowed object is
String
public String getOrderBy()
String
public void setOrderBy(String value)
value
- allowed object is
String
public JaxbHbmOuterJoinEnum getOuterJoin()
getOuterJoin
in interface PluralAttributeInfo
JaxbHbmOuterJoinEnum
public void setOuterJoin(JaxbHbmOuterJoinEnum value)
value
- allowed object is
JaxbHbmOuterJoinEnum
public String getSort()
String
public void setSort(String value)
value
- allowed object is
String
public String getSchema()
getSchema
in interface TableInformationContainer
String
public void setSchema(String value)
value
- allowed object is
String
public String getCatalog()
getCatalog
in interface TableInformationContainer
String
public void setCatalog(String value)
value
- allowed object is
String
public String getTable()
getTable
in interface TableInformationContainer
String
public void setTable(String value)
value
- allowed object is
String
public String getSubselectAttribute()
getSubselectAttribute
in interface TableInformationContainer
String
public void setSubselectAttribute(String value)
value
- allowed object is
String
public String getName()
getName
in interface AttributeMapping
String
public void setName(String value)
value
- allowed object is
String
public String getAccess()
getAccess
in interface AttributeMapping
String
public void setAccess(String value)
value
- allowed object is
String
public String getCheck()
getCheck
in interface PluralAttributeInfo
String
public void setCheck(String value)
value
- allowed object is
String
public String getWhere()
getWhere
in interface PluralAttributeInfo
String
public void setWhere(String value)
value
- allowed object is
String
public String getCascade()
getCascade
in interface PluralAttributeInfo
String
public void setCascade(String value)
value
- allowed object is
String
public int getBatchSize()
getBatchSize
in interface PluralAttributeInfo
Integer
public void setBatchSize(Integer value)
value
- allowed object is
Integer
public boolean isInverse()
isInverse
in interface PluralAttributeInfo
Boolean
public void setInverse(Boolean value)
value
- allowed object is
Boolean
public boolean isMutable()
isMutable
in interface PluralAttributeInfo
Boolean
public void setMutable(Boolean value)
value
- allowed object is
Boolean
public boolean isOptimisticLock()
isOptimisticLock
in interface PluralAttributeInfo
Boolean
public void setOptimisticLock(Boolean value)
value
- allowed object is
Boolean
public String getCollectionType()
getCollectionType
in interface PluralAttributeInfo
String
public void setCollectionType(String value)
value
- allowed object is
String
public String getPersister()
getPersister
in interface PluralAttributeInfo
String
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.