public class JaxbHbmPrimitiveArrayType extends PluralAttributeInfoPrimitiveArrayAdapter implements java.io.Serializable, PluralAttributeInfo, ToolingHintContainer
Java class for PrimitiveArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrimitiveArrayType">
<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="index" type="{http://www.hibernate.org/xsd/orm/hbm}index-type"/>
<element name="list-index" type="{http://www.hibernate.org/xsd/orm/hbm}ListIndexType"/>
</choice>
<element name="element" type="{http://www.hibernate.org/xsd/orm/hbm}BasicCollectionElementType"/>
<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"/>
</sequence>
<attGroup ref="{http://www.hibernate.org/xsd/orm/hbm}table-information-group"/>
<attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<attribute name="check" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="collection-type" 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="mutable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="optimistic-lock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="outer-join" type="{http://www.hibernate.org/xsd/orm/hbm}OuterJoinEnum" />
<attribute name="persister" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="where" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
access |
protected java.lang.Integer |
batchSize |
protected JaxbHbmCacheType |
cache |
protected java.lang.String |
catalog |
protected java.lang.String |
check |
protected java.lang.String |
collectionType |
protected java.lang.String |
comment |
protected JaxbHbmBasicCollectionElementType |
element |
protected java.lang.Boolean |
embedXml |
protected JaxbHbmFetchStyleWithSubselectEnum |
fetch |
protected JaxbHbmIndexType |
index |
protected JaxbHbmKeyType |
key |
protected JaxbHbmListIndexType |
listIndex |
protected JaxbHbmLoaderType |
loader |
protected java.lang.Boolean |
mutable |
protected java.lang.String |
name |
protected java.lang.String |
node |
protected java.lang.Boolean |
optimisticLock |
protected JaxbHbmOuterJoinEnum |
outerJoin |
protected java.lang.String |
persister |
protected java.lang.String |
schema |
protected JaxbHbmCustomSqlDmlType |
sqlDelete |
protected JaxbHbmCustomSqlDmlType |
sqlDeleteAll |
protected JaxbHbmCustomSqlDmlType |
sqlInsert |
protected JaxbHbmCustomSqlDmlType |
sqlUpdate |
protected java.lang.String |
subselect |
protected java.lang.String |
subselectAttribute |
protected java.util.List<JaxbHbmSynchronizeType> |
synchronize |
protected java.lang.String |
table |
protected java.lang.String |
where |
toolingHints| Constructor and Description |
|---|
JaxbHbmPrimitiveArrayType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
java.lang.String |
getCatalog()
Gets the value of the catalog property.
|
java.lang.String |
getCheck()
Gets the value of the check property.
|
java.lang.String |
getCollectionType()
Gets the value of the collectionType property.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
JaxbHbmBasicCollectionElementType |
getElement()
Gets the value of the element property.
|
JaxbHbmFetchStyleWithSubselectEnum |
getFetch()
Gets the value of the fetch property.
|
JaxbHbmIndexType |
getIndex()
Gets the value of the index property.
|
JaxbHbmKeyType |
getKey()
Gets the value of the key property.
|
JaxbHbmListIndexType |
getListIndex()
Gets the value of the listIndex property.
|
JaxbHbmLoaderType |
getLoader()
Gets the value of the loader property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNode()
Gets the value of the node property.
|
JaxbHbmOuterJoinEnum |
getOuterJoin()
Gets the value of the outerJoin property.
|
java.lang.String |
getPersister()
Gets the value of the persister property.
|
java.lang.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.
|
java.lang.String |
getSubselect()
Gets the value of the subselect property.
|
java.lang.String |
getSubselectAttribute()
Gets the value of the subselectAttribute property.
|
java.util.List<JaxbHbmSynchronizeType> |
getSynchronize()
Gets the value of the synchronize property.
|
java.lang.String |
getTable()
Gets the value of the table property.
|
java.lang.String |
getWhere()
Gets the value of the where property.
|
java.lang.Boolean |
isEmbedXml()
Gets the value of the embedXml property.
|
boolean |
isMutable()
Gets the value of the mutable property.
|
boolean |
isOptimisticLock()
Gets the value of the optimisticLock property.
|
void |
setAccess(java.lang.String value)
Sets the value of the access property.
|
void |
setBatchSize(java.lang.Integer value)
Sets the value of the batchSize property.
|
void |
setCache(JaxbHbmCacheType value)
Sets the value of the cache property.
|
void |
setCatalog(java.lang.String value)
Sets the value of the catalog property.
|
void |
setCheck(java.lang.String value)
Sets the value of the check property.
|
void |
setCollectionType(java.lang.String value)
Sets the value of the collectionType property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.
|
void |
setEmbedXml(java.lang.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 |
setKey(JaxbHbmKeyType value)
Sets the value of the key property.
|
void |
setListIndex(JaxbHbmListIndexType value)
Sets the value of the listIndex property.
|
void |
setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.
|
void |
setMutable(java.lang.Boolean value)
Sets the value of the mutable property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNode(java.lang.String value)
Sets the value of the node property.
|
void |
setOptimisticLock(java.lang.Boolean value)
Sets the value of the optimisticLock property.
|
void |
setOuterJoin(JaxbHbmOuterJoinEnum value)
Sets the value of the outerJoin property.
|
void |
setPersister(java.lang.String value)
Sets the value of the persister property.
|
void |
setSchema(java.lang.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(java.lang.String value)
Sets the value of the subselect property.
|
void |
setSubselectAttribute(java.lang.String value)
Sets the value of the subselectAttribute property.
|
void |
setTable(java.lang.String value)
Sets the value of the table property.
|
void |
setWhere(java.lang.String value)
Sets the value of the where property.
|
getCascade, getCompositeElement, getFilter, getLazy, getManyToAny, getManyToMany, getOneToMany, isInversegetToolingHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCascade, getCompositeElement, getFilter, getLazy, getManyToAny, getManyToMany, getOneToMany, isInversegetToolingHintsprotected java.lang.String subselect
protected JaxbHbmCacheType cache
protected java.util.List<JaxbHbmSynchronizeType> synchronize
protected java.lang.String comment
protected JaxbHbmKeyType key
protected JaxbHbmIndexType index
protected JaxbHbmListIndexType listIndex
protected JaxbHbmBasicCollectionElementType element
protected JaxbHbmLoaderType loader
protected JaxbHbmCustomSqlDmlType sqlInsert
protected JaxbHbmCustomSqlDmlType sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlDelete
protected JaxbHbmCustomSqlDmlType sqlDeleteAll
protected java.lang.String access
protected java.lang.Integer batchSize
protected java.lang.String check
protected java.lang.String collectionType
protected java.lang.Boolean embedXml
protected JaxbHbmFetchStyleWithSubselectEnum fetch
protected java.lang.Boolean mutable
protected java.lang.String name
protected java.lang.String node
protected java.lang.Boolean optimisticLock
protected JaxbHbmOuterJoinEnum outerJoin
protected java.lang.String persister
protected java.lang.String where
protected java.lang.String schema
protected java.lang.String catalog
protected java.lang.String table
protected java.lang.String subselectAttribute
public java.lang.String getSubselect()
getSubselect in interface TableInformationContainerStringpublic void setSubselect(java.lang.String value)
value - allowed object is
Stringpublic JaxbHbmCacheType getCache()
getCache in interface PluralAttributeInfoJaxbHbmCacheTypepublic void setCache(JaxbHbmCacheType value)
value - allowed object is
JaxbHbmCacheTypepublic java.util.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 PluralAttributeInfopublic java.lang.String getComment()
getComment in interface PluralAttributeInfoStringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic JaxbHbmKeyType getKey()
getKey in interface PluralAttributeInfoJaxbHbmKeyTypepublic void setKey(JaxbHbmKeyType value)
value - allowed object is
JaxbHbmKeyTypepublic JaxbHbmIndexType getIndex()
JaxbHbmIndexTypepublic void setIndex(JaxbHbmIndexType value)
value - allowed object is
JaxbHbmIndexTypepublic JaxbHbmListIndexType getListIndex()
JaxbHbmListIndexTypepublic void setListIndex(JaxbHbmListIndexType value)
value - allowed object is
JaxbHbmListIndexTypepublic JaxbHbmBasicCollectionElementType getElement()
getElement in interface PluralAttributeInfoJaxbHbmBasicCollectionElementTypepublic void setElement(JaxbHbmBasicCollectionElementType value)
value - allowed object is
JaxbHbmBasicCollectionElementTypepublic JaxbHbmLoaderType getLoader()
getLoader in interface PluralAttributeInfoJaxbHbmLoaderTypepublic void setLoader(JaxbHbmLoaderType value)
value - allowed object is
JaxbHbmLoaderTypepublic JaxbHbmCustomSqlDmlType getSqlInsert()
getSqlInsert in interface PluralAttributeInfoJaxbHbmCustomSqlDmlTypepublic void setSqlInsert(JaxbHbmCustomSqlDmlType value)
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlUpdate()
getSqlUpdate in interface PluralAttributeInfoJaxbHbmCustomSqlDmlTypepublic void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlDelete()
getSqlDelete in interface PluralAttributeInfoJaxbHbmCustomSqlDmlTypepublic void setSqlDelete(JaxbHbmCustomSqlDmlType value)
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlDeleteAll()
getSqlDeleteAll in interface PluralAttributeInfoJaxbHbmCustomSqlDmlTypepublic void setSqlDeleteAll(JaxbHbmCustomSqlDmlType value)
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic java.lang.String getAccess()
getAccess in interface AttributeMappingStringpublic void setAccess(java.lang.String value)
value - allowed object is
Stringpublic int getBatchSize()
getBatchSize in interface PluralAttributeInfoIntegerpublic void setBatchSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCheck()
getCheck in interface PluralAttributeInfoStringpublic void setCheck(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCollectionType()
getCollectionType in interface PluralAttributeInfoStringpublic void setCollectionType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isEmbedXml()
Booleanpublic void setEmbedXml(java.lang.Boolean value)
value - allowed object is
Booleanpublic JaxbHbmFetchStyleWithSubselectEnum getFetch()
getFetch in interface PluralAttributeInfoJaxbHbmFetchStyleWithSubselectEnumpublic void setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
value - allowed object is
JaxbHbmFetchStyleWithSubselectEnumpublic boolean isMutable()
isMutable in interface PluralAttributeInfoBooleanpublic void setMutable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
getName in interface AttributeMappingStringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNode()
Stringpublic void setNode(java.lang.String value)
value - allowed object is
Stringpublic boolean isOptimisticLock()
isOptimisticLock in interface PluralAttributeInfoBooleanpublic void setOptimisticLock(java.lang.Boolean value)
value - allowed object is
Booleanpublic JaxbHbmOuterJoinEnum getOuterJoin()
getOuterJoin in interface PluralAttributeInfoJaxbHbmOuterJoinEnumpublic void setOuterJoin(JaxbHbmOuterJoinEnum value)
value - allowed object is
JaxbHbmOuterJoinEnumpublic java.lang.String getPersister()
getPersister in interface PluralAttributeInfoStringpublic void setPersister(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWhere()
getWhere in interface PluralAttributeInfoStringpublic void setWhere(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSchema()
getSchema in interface TableInformationContainerStringpublic void setSchema(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCatalog()
getCatalog in interface TableInformationContainerStringpublic void setCatalog(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTable()
getTable in interface TableInformationContainerStringpublic void setTable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubselectAttribute()
getSubselectAttribute in interface TableInformationContainerStringpublic void setSubselectAttribute(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.