Class JaxbHbmMapType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- All Implemented Interfaces:
Serializable,AttributeMapping,PluralAttributeInfo,TableInformationContainer,ToolingHintContainer
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}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" /> <attribute name="sort" type="{http://www.w3.org/2001/XMLSchema}string" default="unsorted" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
Constructor Summary
Constructors Constructor Description JaxbHbmMapType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccess()Gets the value of the access property.intgetBatchSize()Gets the value of the batchSize property.JaxbHbmCacheTypegetCache()Gets the value of the cache property.StringgetCascade()Gets the value of the cascade property.StringgetCatalog()Gets the value of the catalog property.StringgetCheck()Gets the value of the check property.StringgetCollectionType()Gets the value of the collectionType property.StringgetComment()Gets the value of the comment property.JaxbHbmCompositeCollectionElementTypegetCompositeElement()Gets the value of the compositeElement property.JaxbHbmCompositeIndexTypegetCompositeIndex()Gets the value of the compositeIndex property.JaxbHbmMapKeyCompositeTypegetCompositeMapKey()Gets the value of the compositeMapKey property.JaxbHbmBasicCollectionElementTypegetElement()Gets the value of the element property.JaxbHbmFetchStyleWithSubselectEnumgetFetch()Gets the value of the fetch property.List<JaxbHbmFilterType>getFilter()Gets the value of the filter property.JaxbHbmIndexTypegetIndex()Gets the value of the index property.JaxbHbmIndexManyToAnyTypegetIndexManyToAny()Gets the value of the indexManyToAny property.JaxbHbmIndexManyToManyTypegetIndexManyToMany()Gets the value of the indexManyToMany property.JaxbHbmKeyTypegetKey()Gets the value of the key property.JaxbHbmLazyWithExtraEnumgetLazy()Gets the value of the lazy property.JaxbHbmLoaderTypegetLoader()Gets the value of the loader property.JaxbHbmManyToAnyCollectionElementTypegetManyToAny()Gets the value of the manyToAny property.JaxbHbmManyToManyCollectionElementTypegetManyToMany()Gets the value of the manyToMany property.JaxbHbmMapKeyBasicTypegetMapKey()Gets the value of the mapKey property.JaxbHbmMapKeyManyToManyTypegetMapKeyManyToMany()Gets the value of the mapKeyManyToMany property.StringgetName()Gets the value of the name property.StringgetNode()Gets the value of the node property.JaxbHbmOneToManyCollectionElementTypegetOneToMany()Gets the value of the oneToMany property.StringgetOrderBy()Gets the value of the orderBy property.JaxbHbmOuterJoinEnumgetOuterJoin()Gets the value of the outerJoin property.StringgetPersister()Gets the value of the persister property.StringgetSchema()Gets the value of the schema property.StringgetSort()Gets the value of the sort property.JaxbHbmCustomSqlDmlTypegetSqlDelete()Gets the value of the sqlDelete property.JaxbHbmCustomSqlDmlTypegetSqlDeleteAll()Gets the value of the sqlDeleteAll property.JaxbHbmCustomSqlDmlTypegetSqlInsert()Gets the value of the sqlInsert property.JaxbHbmCustomSqlDmlTypegetSqlUpdate()Gets the value of the sqlUpdate property.StringgetSubselect()Gets the value of the subselect property.StringgetSubselectAttribute()Gets the value of the subselectAttribute property.List<JaxbHbmSynchronizeType>getSynchronize()Gets the value of the synchronize property.StringgetTable()Gets the value of the table property.StringgetWhere()Gets the value of the where property.BooleanisEmbedXml()Gets the value of the embedXml property.booleanisInverse()Gets the value of the inverse property.booleanisMutable()Gets the value of the mutable property.booleanisOptimisticLock()Gets the value of the optimisticLock property.voidsetAccess(String value)Sets the value of the access property.voidsetBatchSize(Integer value)Sets the value of the batchSize property.voidsetCache(JaxbHbmCacheType value)Sets the value of the cache property.voidsetCascade(String value)Sets the value of the cascade property.voidsetCatalog(String value)Sets the value of the catalog property.voidsetCheck(String value)Sets the value of the check property.voidsetCollectionType(String value)Sets the value of the collectionType property.voidsetComment(String value)Sets the value of the comment property.voidsetCompositeElement(JaxbHbmCompositeCollectionElementType value)Sets the value of the compositeElement property.voidsetCompositeIndex(JaxbHbmCompositeIndexType value)Sets the value of the compositeIndex property.voidsetCompositeMapKey(JaxbHbmMapKeyCompositeType value)Sets the value of the compositeMapKey property.voidsetElement(JaxbHbmBasicCollectionElementType value)Sets the value of the element property.voidsetEmbedXml(Boolean value)Sets the value of the embedXml property.voidsetFetch(JaxbHbmFetchStyleWithSubselectEnum value)Sets the value of the fetch property.voidsetIndex(JaxbHbmIndexType value)Sets the value of the index property.voidsetIndexManyToAny(JaxbHbmIndexManyToAnyType value)Sets the value of the indexManyToAny property.voidsetIndexManyToMany(JaxbHbmIndexManyToManyType value)Sets the value of the indexManyToMany property.voidsetInverse(Boolean value)Sets the value of the inverse property.voidsetKey(JaxbHbmKeyType value)Sets the value of the key property.voidsetLazy(JaxbHbmLazyWithExtraEnum value)Sets the value of the lazy property.voidsetLoader(JaxbHbmLoaderType value)Sets the value of the loader property.voidsetManyToAny(JaxbHbmManyToAnyCollectionElementType value)Sets the value of the manyToAny property.voidsetManyToMany(JaxbHbmManyToManyCollectionElementType value)Sets the value of the manyToMany property.voidsetMapKey(JaxbHbmMapKeyBasicType value)Sets the value of the mapKey property.voidsetMapKeyManyToMany(JaxbHbmMapKeyManyToManyType value)Sets the value of the mapKeyManyToMany property.voidsetMutable(Boolean value)Sets the value of the mutable property.voidsetName(String value)Sets the value of the name property.voidsetNode(String value)Sets the value of the node property.voidsetOneToMany(JaxbHbmOneToManyCollectionElementType value)Sets the value of the oneToMany property.voidsetOptimisticLock(Boolean value)Sets the value of the optimisticLock property.voidsetOrderBy(String value)Sets the value of the orderBy property.voidsetOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidsetPersister(String value)Sets the value of the persister property.voidsetSchema(String value)Sets the value of the schema property.voidsetSort(String value)Sets the value of the sort property.voidsetSqlDelete(JaxbHbmCustomSqlDmlType value)Sets the value of the sqlDelete property.voidsetSqlDeleteAll(JaxbHbmCustomSqlDmlType value)Sets the value of the sqlDeleteAll property.voidsetSqlInsert(JaxbHbmCustomSqlDmlType value)Sets the value of the sqlInsert property.voidsetSqlUpdate(JaxbHbmCustomSqlDmlType value)Sets the value of the sqlUpdate property.voidsetSubselect(String value)Sets the value of the subselect property.voidsetSubselectAttribute(String value)Sets the value of the subselectAttribute property.voidsetTable(String value)Sets the value of the table property.voidsetWhere(String value)Sets the value of the where property.-
Methods inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
Field Detail
-
subselect
protected String subselect
-
cache
protected JaxbHbmCacheType cache
-
synchronize
protected List<JaxbHbmSynchronizeType> synchronize
-
comment
protected String comment
-
key
protected JaxbHbmKeyType key
-
mapKey
protected JaxbHbmMapKeyBasicType mapKey
-
compositeMapKey
protected JaxbHbmMapKeyCompositeType compositeMapKey
-
mapKeyManyToMany
protected JaxbHbmMapKeyManyToManyType mapKeyManyToMany
-
index
protected JaxbHbmIndexType index
-
compositeIndex
protected JaxbHbmCompositeIndexType compositeIndex
-
indexManyToMany
protected JaxbHbmIndexManyToManyType indexManyToMany
-
indexManyToAny
protected JaxbHbmIndexManyToAnyType indexManyToAny
-
element
protected JaxbHbmBasicCollectionElementType element
-
oneToMany
protected JaxbHbmOneToManyCollectionElementType oneToMany
-
manyToMany
protected JaxbHbmManyToManyCollectionElementType manyToMany
-
compositeElement
protected JaxbHbmCompositeCollectionElementType compositeElement
-
manyToAny
protected JaxbHbmManyToAnyCollectionElementType manyToAny
-
loader
protected JaxbHbmLoaderType loader
-
sqlInsert
protected JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
protected JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
protected JaxbHbmCustomSqlDmlType sqlDeleteAll
-
filter
protected List<JaxbHbmFilterType> filter
-
embedXml
protected Boolean embedXml
-
fetch
protected JaxbHbmFetchStyleWithSubselectEnum fetch
-
lazy
protected JaxbHbmLazyWithExtraEnum lazy
-
node
protected String node
-
orderBy
protected String orderBy
-
outerJoin
protected JaxbHbmOuterJoinEnum outerJoin
-
sort
protected String sort
-
name
protected String name
-
access
protected String access
-
check
protected String check
-
where
protected String where
-
cascade
protected String cascade
-
batchSize
protected Integer batchSize
-
inverse
protected Boolean inverse
-
mutable
protected Boolean mutable
-
optimisticLock
protected Boolean optimisticLock
-
collectionType
protected String collectionType
-
persister
protected String persister
-
schema
protected String schema
-
catalog
protected String catalog
-
table
protected String table
-
subselectAttribute
protected String subselectAttribute
-
-
Method Detail
-
getSubselect
public String getSubselect()
Gets the value of the subselect property.- Specified by:
getSubselectin interfaceTableInformationContainer- Returns:
- possible object is
String
-
setSubselect
public void setSubselect(String value)
Sets the value of the subselect property.- Parameters:
value- allowed object isString
-
getCache
public JaxbHbmCacheType getCache()
Gets the value of the cache property.- Specified by:
getCachein interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmCacheType
-
setCache
public void setCache(JaxbHbmCacheType value)
Sets the value of the cache property.- Parameters:
value- allowed object isJaxbHbmCacheType
-
getSynchronize
public List<JaxbHbmSynchronizeType> getSynchronize()
Gets the value of the synchronize property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Specified by:
getSynchronizein interfacePluralAttributeInfo- Returns:
- The value of the synchronize property.
-
getComment
public String getComment()
Gets the value of the comment property.- Specified by:
getCommentin interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getKey
public JaxbHbmKeyType getKey()
Gets the value of the key property.- Specified by:
getKeyin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmKeyType
-
setKey
public void setKey(JaxbHbmKeyType value)
Sets the value of the key property.- Parameters:
value- allowed object isJaxbHbmKeyType
-
getMapKey
public JaxbHbmMapKeyBasicType getMapKey()
Gets the value of the mapKey property.- Returns:
- possible object is
JaxbHbmMapKeyBasicType
-
setMapKey
public void setMapKey(JaxbHbmMapKeyBasicType value)
Sets the value of the mapKey property.- Parameters:
value- allowed object isJaxbHbmMapKeyBasicType
-
getCompositeMapKey
public JaxbHbmMapKeyCompositeType getCompositeMapKey()
Gets the value of the compositeMapKey property.- Returns:
- possible object is
JaxbHbmMapKeyCompositeType
-
setCompositeMapKey
public void setCompositeMapKey(JaxbHbmMapKeyCompositeType value)
Sets the value of the compositeMapKey property.- Parameters:
value- allowed object isJaxbHbmMapKeyCompositeType
-
getMapKeyManyToMany
public JaxbHbmMapKeyManyToManyType getMapKeyManyToMany()
Gets the value of the mapKeyManyToMany property.- Returns:
- possible object is
JaxbHbmMapKeyManyToManyType
-
setMapKeyManyToMany
public void setMapKeyManyToMany(JaxbHbmMapKeyManyToManyType value)
Sets the value of the mapKeyManyToMany property.- Parameters:
value- allowed object isJaxbHbmMapKeyManyToManyType
-
getIndex
public JaxbHbmIndexType getIndex()
Gets the value of the index property.- Returns:
- possible object is
JaxbHbmIndexType
-
setIndex
public void setIndex(JaxbHbmIndexType value)
Sets the value of the index property.- Parameters:
value- allowed object isJaxbHbmIndexType
-
getCompositeIndex
public JaxbHbmCompositeIndexType getCompositeIndex()
Gets the value of the compositeIndex property.- Returns:
- possible object is
JaxbHbmCompositeIndexType
-
setCompositeIndex
public void setCompositeIndex(JaxbHbmCompositeIndexType value)
Sets the value of the compositeIndex property.- Parameters:
value- allowed object isJaxbHbmCompositeIndexType
-
getIndexManyToMany
public JaxbHbmIndexManyToManyType getIndexManyToMany()
Gets the value of the indexManyToMany property.- Returns:
- possible object is
JaxbHbmIndexManyToManyType
-
setIndexManyToMany
public void setIndexManyToMany(JaxbHbmIndexManyToManyType value)
Sets the value of the indexManyToMany property.- Parameters:
value- allowed object isJaxbHbmIndexManyToManyType
-
getIndexManyToAny
public JaxbHbmIndexManyToAnyType getIndexManyToAny()
Gets the value of the indexManyToAny property.- Returns:
- possible object is
JaxbHbmIndexManyToAnyType
-
setIndexManyToAny
public void setIndexManyToAny(JaxbHbmIndexManyToAnyType value)
Sets the value of the indexManyToAny property.- Parameters:
value- allowed object isJaxbHbmIndexManyToAnyType
-
getElement
public JaxbHbmBasicCollectionElementType getElement()
Gets the value of the element property.- Specified by:
getElementin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmBasicCollectionElementType
-
setElement
public void setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.- Parameters:
value- allowed object isJaxbHbmBasicCollectionElementType
-
getOneToMany
public JaxbHbmOneToManyCollectionElementType getOneToMany()
Gets the value of the oneToMany property.- Specified by:
getOneToManyin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmOneToManyCollectionElementType
-
setOneToMany
public void setOneToMany(JaxbHbmOneToManyCollectionElementType value)
Sets the value of the oneToMany property.- Parameters:
value- allowed object isJaxbHbmOneToManyCollectionElementType
-
getManyToMany
public JaxbHbmManyToManyCollectionElementType getManyToMany()
Gets the value of the manyToMany property.- Specified by:
getManyToManyin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmManyToManyCollectionElementType
-
setManyToMany
public void setManyToMany(JaxbHbmManyToManyCollectionElementType value)
Sets the value of the manyToMany property.- Parameters:
value- allowed object isJaxbHbmManyToManyCollectionElementType
-
getCompositeElement
public JaxbHbmCompositeCollectionElementType getCompositeElement()
Gets the value of the compositeElement property.- Specified by:
getCompositeElementin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmCompositeCollectionElementType
-
setCompositeElement
public void setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.- Parameters:
value- allowed object isJaxbHbmCompositeCollectionElementType
-
getManyToAny
public JaxbHbmManyToAnyCollectionElementType getManyToAny()
Gets the value of the manyToAny property.- Specified by:
getManyToAnyin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmManyToAnyCollectionElementType
-
setManyToAny
public void setManyToAny(JaxbHbmManyToAnyCollectionElementType value)
Sets the value of the manyToAny property.- Parameters:
value- allowed object isJaxbHbmManyToAnyCollectionElementType
-
getLoader
public JaxbHbmLoaderType getLoader()
Gets the value of the loader property.- Specified by:
getLoaderin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmLoaderType
-
setLoader
public void setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.- Parameters:
value- allowed object isJaxbHbmLoaderType
-
getSqlInsert
public JaxbHbmCustomSqlDmlType getSqlInsert()
Gets the value of the sqlInsert property.- Specified by:
getSqlInsertin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlInsert
public void setSqlInsert(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlInsert property.- Parameters:
value- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlUpdate
public JaxbHbmCustomSqlDmlType getSqlUpdate()
Gets the value of the sqlUpdate property.- Specified by:
getSqlUpdatein interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlUpdate
public void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlUpdate property.- Parameters:
value- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlDelete
public JaxbHbmCustomSqlDmlType getSqlDelete()
Gets the value of the sqlDelete property.- Specified by:
getSqlDeletein interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlDelete
public void setSqlDelete(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDelete property.- Parameters:
value- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlDeleteAll
public JaxbHbmCustomSqlDmlType getSqlDeleteAll()
Gets the value of the sqlDeleteAll property.- Specified by:
getSqlDeleteAllin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlDeleteAll
public void setSqlDeleteAll(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDeleteAll property.- Parameters:
value- allowed object isJaxbHbmCustomSqlDmlType
-
getFilter
public List<JaxbHbmFilterType> getFilter()
Gets the value of the filter property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Specified by:
getFilterin interfacePluralAttributeInfo- Returns:
- The value of the filter property.
-
isEmbedXml
public Boolean isEmbedXml()
Gets the value of the embedXml property.- Returns:
- possible object is
Boolean
-
setEmbedXml
public void setEmbedXml(Boolean value)
Sets the value of the embedXml property.- Parameters:
value- allowed object isBoolean
-
getFetch
public JaxbHbmFetchStyleWithSubselectEnum getFetch()
Gets the value of the fetch property.- Specified by:
getFetchin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmFetchStyleWithSubselectEnum
-
setFetch
public void setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.- Parameters:
value- allowed object isJaxbHbmFetchStyleWithSubselectEnum
-
getLazy
public JaxbHbmLazyWithExtraEnum getLazy()
Gets the value of the lazy property.- Specified by:
getLazyin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmLazyWithExtraEnum
-
setLazy
public void setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.- Parameters:
value- allowed object isJaxbHbmLazyWithExtraEnum
-
getNode
public String getNode()
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
public void setNode(String value)
Sets the value of the node property.- Parameters:
value- allowed object isString
-
getOrderBy
public String getOrderBy()
Gets the value of the orderBy property.- Returns:
- possible object is
String
-
setOrderBy
public void setOrderBy(String value)
Sets the value of the orderBy property.- Parameters:
value- allowed object isString
-
getOuterJoin
public JaxbHbmOuterJoinEnum getOuterJoin()
Gets the value of the outerJoin property.- Specified by:
getOuterJoinin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmOuterJoinEnum
-
setOuterJoin
public void setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.- Parameters:
value- allowed object isJaxbHbmOuterJoinEnum
-
getSort
public String getSort()
Gets the value of the sort property.- Returns:
- possible object is
String
-
setSort
public void setSort(String value)
Sets the value of the sort property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Specified by:
getNamein interfaceAttributeMapping- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAccess
public String getAccess()
Gets the value of the access property.- Specified by:
getAccessin interfaceAttributeMapping- Returns:
- possible object is
String
-
setAccess
public void setAccess(String value)
Sets the value of the access property.- Parameters:
value- allowed object isString
-
getCheck
public String getCheck()
Gets the value of the check property.- Specified by:
getCheckin interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setCheck
public void setCheck(String value)
Sets the value of the check property.- Parameters:
value- allowed object isString
-
getWhere
public String getWhere()
Gets the value of the where property.- Specified by:
getWherein interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setWhere
public void setWhere(String value)
Sets the value of the where property.- Parameters:
value- allowed object isString
-
getCascade
public String getCascade()
Gets the value of the cascade property.- Specified by:
getCascadein interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setCascade
public void setCascade(String value)
Sets the value of the cascade property.- Parameters:
value- allowed object isString
-
getBatchSize
public int getBatchSize()
Gets the value of the batchSize property.- Specified by:
getBatchSizein interfacePluralAttributeInfo- Returns:
- possible object is
Integer
-
setBatchSize
public void setBatchSize(Integer value)
Sets the value of the batchSize property.- Parameters:
value- allowed object isInteger
-
isInverse
public boolean isInverse()
Gets the value of the inverse property.- Specified by:
isInversein interfacePluralAttributeInfo- Returns:
- possible object is
Boolean
-
setInverse
public void setInverse(Boolean value)
Sets the value of the inverse property.- Parameters:
value- allowed object isBoolean
-
isMutable
public boolean isMutable()
Gets the value of the mutable property.- Specified by:
isMutablein interfacePluralAttributeInfo- Returns:
- possible object is
Boolean
-
setMutable
public void setMutable(Boolean value)
Sets the value of the mutable property.- Parameters:
value- allowed object isBoolean
-
isOptimisticLock
public boolean isOptimisticLock()
Gets the value of the optimisticLock property.- Specified by:
isOptimisticLockin interfacePluralAttributeInfo- Returns:
- possible object is
Boolean
-
setOptimisticLock
public void setOptimisticLock(Boolean value)
Sets the value of the optimisticLock property.- Parameters:
value- allowed object isBoolean
-
getCollectionType
public String getCollectionType()
Gets the value of the collectionType property.- Specified by:
getCollectionTypein interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setCollectionType
public void setCollectionType(String value)
Sets the value of the collectionType property.- Parameters:
value- allowed object isString
-
getPersister
public String getPersister()
Gets the value of the persister property.- Specified by:
getPersisterin interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setPersister
public void setPersister(String value)
Sets the value of the persister property.- Parameters:
value- allowed object isString
-
getSchema
public String getSchema()
Gets the value of the schema property.- Specified by:
getSchemain interfaceTableInformationContainer- Returns:
- possible object is
String
-
setSchema
public void setSchema(String value)
Sets the value of the schema property.- Parameters:
value- allowed object isString
-
getCatalog
public String getCatalog()
Gets the value of the catalog property.- Specified by:
getCatalogin interfaceTableInformationContainer- Returns:
- possible object is
String
-
setCatalog
public void setCatalog(String value)
Sets the value of the catalog property.- Parameters:
value- allowed object isString
-
getTable
public String getTable()
Gets the value of the table property.- Specified by:
getTablein interfaceTableInformationContainer- Returns:
- possible object is
String
-
setTable
public void setTable(String value)
Sets the value of the table property.- Parameters:
value- allowed object isString
-
getSubselectAttribute
public String getSubselectAttribute()
Gets the value of the subselectAttribute property.- Specified by:
getSubselectAttributein interfaceTableInformationContainer- Returns:
- possible object is
String
-
-