public class JaxbHbmIdBagCollectionType extends PluralAttributeInfoIdBagAdapter implements Serializable, PluralAttributeInfo, ToolingHintContainer
<p>Java class for IdBagCollectionType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <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"/> <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> </pre>
toolingHints| Constructor and Description |
|---|
JaxbHbmIdBagCollectionType() |
| 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.
|
JaxbHbmCollectionIdType |
getCollectionId()
Gets the value of the collectionId 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.
|
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.
|
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.
|
String |
getName()
Gets the value of the name property.
|
String |
getNode()
Gets the value of the node 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.
|
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 |
setCollectionId(JaxbHbmCollectionIdType value)
Sets the value of the collectionId 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 |
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 |
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 |
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 |
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 |
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.
|
getOneToManygetToolingHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOneToManygetToolingHintsprotected String subselect
protected JaxbHbmCacheType cache
protected List<JaxbHbmSynchronizeType> synchronize
protected String comment
protected JaxbHbmCollectionIdType collectionId
protected JaxbHbmKeyType key
protected JaxbHbmBasicCollectionElementType element
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 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
protected String schema
protected String catalog
protected String table
protected String subselectAttribute
public String getSubselect()
Gets the value of the subselect property.
getSubselect in interface TableInformationContainerStringpublic void setSubselect(String value)
Sets the value of the subselect property.
value - allowed object is
Stringpublic JaxbHbmCacheType getCache()
Gets the value of the cache property.
getCache in interface PluralAttributeInfoJaxbHbmCacheTypepublic void setCache(JaxbHbmCacheType value)
Sets the value of the cache property.
value - allowed object is
JaxbHbmCacheTypepublic List<JaxbHbmSynchronizeType> getSynchronize()
Gets the value of the synchronize property.
<p> 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 <CODE>set</CODE> method for the synchronize property.
<p> For example, to add a new item, do as follows: <pre> getSynchronize().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmSynchronizeType
getSynchronize in interface PluralAttributeInfopublic String getComment()
Gets the value of the comment property.
getComment in interface PluralAttributeInfoStringpublic void setComment(String value)
Sets the value of the comment property.
value - allowed object is
Stringpublic JaxbHbmCollectionIdType getCollectionId()
Gets the value of the collectionId property.
JaxbHbmCollectionIdTypepublic void setCollectionId(JaxbHbmCollectionIdType value)
Sets the value of the collectionId property.
value - allowed object is
JaxbHbmCollectionIdTypepublic JaxbHbmKeyType getKey()
Gets the value of the key property.
getKey in interface PluralAttributeInfoJaxbHbmKeyTypepublic void setKey(JaxbHbmKeyType value)
Sets the value of the key property.
value - allowed object is
JaxbHbmKeyTypepublic JaxbHbmBasicCollectionElementType getElement()
Gets the value of the element property.
getElement in interface PluralAttributeInfoJaxbHbmBasicCollectionElementTypepublic void setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.
value - allowed object is
JaxbHbmBasicCollectionElementTypepublic JaxbHbmManyToManyCollectionElementType getManyToMany()
Gets the value of the manyToMany property.
getManyToMany in interface PluralAttributeInfoJaxbHbmManyToManyCollectionElementTypepublic void setManyToMany(JaxbHbmManyToManyCollectionElementType value)
Sets the value of the manyToMany property.
value - allowed object is
JaxbHbmManyToManyCollectionElementTypepublic JaxbHbmCompositeCollectionElementType getCompositeElement()
Gets the value of the compositeElement property.
getCompositeElement in interface PluralAttributeInfoJaxbHbmCompositeCollectionElementTypepublic void setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.
value - allowed object is
JaxbHbmCompositeCollectionElementTypepublic JaxbHbmManyToAnyCollectionElementType getManyToAny()
Gets the value of the manyToAny property.
getManyToAny in interface PluralAttributeInfoJaxbHbmManyToAnyCollectionElementTypepublic void setManyToAny(JaxbHbmManyToAnyCollectionElementType value)
Sets the value of the manyToAny property.
value - allowed object is
JaxbHbmManyToAnyCollectionElementTypepublic JaxbHbmLoaderType getLoader()
Gets the value of the loader property.
getLoader in interface PluralAttributeInfoJaxbHbmLoaderTypepublic void setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.
value - allowed object is
JaxbHbmLoaderTypepublic JaxbHbmCustomSqlDmlType getSqlInsert()
Gets the value of the sqlInsert property.
getSqlInsert in interface PluralAttributeInfoJaxbHbmCustomSqlDmlTypepublic void setSqlInsert(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlInsert property.
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlUpdate()
Gets the value of the sqlUpdate property.
getSqlUpdate in interface PluralAttributeInfoJaxbHbmCustomSqlDmlTypepublic void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlUpdate property.
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlDelete()
Gets the value of the sqlDelete property.
getSqlDelete in interface PluralAttributeInfoJaxbHbmCustomSqlDmlTypepublic void setSqlDelete(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDelete property.
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlDeleteAll()
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll in interface PluralAttributeInfoJaxbHbmCustomSqlDmlTypepublic void setSqlDeleteAll(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDeleteAll property.
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic List<JaxbHbmFilterType> getFilter()
Gets the value of the filter property.
<p> 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 <CODE>set</CODE> method for the filter property.
<p> For example, to add a new item, do as follows: <pre> getFilter().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmFilterType
getFilter in interface PluralAttributeInfopublic Boolean isEmbedXml()
Gets the value of the embedXml property.
Booleanpublic void setEmbedXml(Boolean value)
Sets the value of the embedXml property.
value - allowed object is
Booleanpublic JaxbHbmFetchStyleWithSubselectEnum getFetch()
Gets the value of the fetch property.
getFetch in interface PluralAttributeInfoJaxbHbmFetchStyleWithSubselectEnumpublic void setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.
value - allowed object is
JaxbHbmFetchStyleWithSubselectEnumpublic JaxbHbmLazyWithExtraEnum getLazy()
Gets the value of the lazy property.
getLazy in interface PluralAttributeInfoJaxbHbmLazyWithExtraEnumpublic void setLazy(JaxbHbmLazyWithExtraEnum value)
Sets the value of the lazy property.
value - allowed object is
JaxbHbmLazyWithExtraEnumpublic String getNode()
Gets the value of the node property.
Stringpublic void setNode(String value)
Sets the value of the node property.
value - allowed object is
Stringpublic String getOrderBy()
Gets the value of the orderBy property.
Stringpublic void setOrderBy(String value)
Sets the value of the orderBy property.
value - allowed object is
Stringpublic JaxbHbmOuterJoinEnum getOuterJoin()
Gets the value of the outerJoin property.
getOuterJoin in interface PluralAttributeInfoJaxbHbmOuterJoinEnumpublic void setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
value - allowed object is
JaxbHbmOuterJoinEnumpublic String getName()
Gets the value of the name property.
getName in interface AttributeMappingStringpublic void setName(String value)
Sets the value of the name property.
value - allowed object is
Stringpublic String getAccess()
Gets the value of the access property.
getAccess in interface AttributeMappingStringpublic void setAccess(String value)
Sets the value of the access property.
value - allowed object is
Stringpublic String getCheck()
Gets the value of the check property.
getCheck in interface PluralAttributeInfoStringpublic void setCheck(String value)
Sets the value of the check property.
value - allowed object is
Stringpublic String getWhere()
Gets the value of the where property.
getWhere in interface PluralAttributeInfoStringpublic void setWhere(String value)
Sets the value of the where property.
value - allowed object is
Stringpublic String getCascade()
Gets the value of the cascade property.
getCascade in interface PluralAttributeInfoStringpublic void setCascade(String value)
Sets the value of the cascade property.
value - allowed object is
Stringpublic int getBatchSize()
Gets the value of the batchSize property.
getBatchSize in interface PluralAttributeInfoIntegerpublic void setBatchSize(Integer value)
Sets the value of the batchSize property.
value - allowed object is
Integerpublic boolean isInverse()
Gets the value of the inverse property.
isInverse in interface PluralAttributeInfoisInverse in class PluralAttributeInfoIdBagAdapterBooleanpublic void setInverse(Boolean value)
Sets the value of the inverse property.
value - allowed object is
Booleanpublic boolean isMutable()
Gets the value of the mutable property.
isMutable in interface PluralAttributeInfoBooleanpublic void setMutable(Boolean value)
Sets the value of the mutable property.
value - allowed object is
Booleanpublic boolean isOptimisticLock()
Gets the value of the optimisticLock property.
isOptimisticLock in interface PluralAttributeInfoBooleanpublic void setOptimisticLock(Boolean value)
Sets the value of the optimisticLock property.
value - allowed object is
Booleanpublic String getCollectionType()
Gets the value of the collectionType property.
getCollectionType in interface PluralAttributeInfoStringpublic void setCollectionType(String value)
Sets the value of the collectionType property.
value - allowed object is
Stringpublic String getPersister()
Gets the value of the persister property.
getPersister in interface PluralAttributeInfoStringpublic void setPersister(String value)
Sets the value of the persister property.
value - allowed object is
Stringpublic String getSchema()
Gets the value of the schema property.
getSchema in interface TableInformationContainerStringpublic void setSchema(String value)
Sets the value of the schema property.
value - allowed object is
Stringpublic String getCatalog()
Gets the value of the catalog property.
getCatalog in interface TableInformationContainerStringpublic void setCatalog(String value)
Sets the value of the catalog property.
value - allowed object is
Stringpublic String getTable()
Gets the value of the table property.
getTable in interface TableInformationContainerStringpublic void setTable(String value)
Sets the value of the table property.
value - allowed object is
Stringpublic String getSubselectAttribute()
Gets the value of the subselectAttribute property.
getSubselectAttribute in interface TableInformationContainerStringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.