Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmPrimitiveArrayType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- All Implemented Interfaces:
java.io.Serializable,AttributeMapping,PluralAttributeInfo,TableInformationContainer,ToolingHintContainer
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringaccessprotected java.lang.IntegerbatchSizeprotected JaxbHbmCacheTypecacheprotected java.lang.Stringcatalogprotected java.lang.Stringcheckprotected java.lang.StringcollectionTypeprotected java.lang.Stringcommentprotected JaxbHbmBasicCollectionElementTypeelementprotected java.lang.BooleanembedXmlprotected JaxbHbmFetchStyleWithSubselectEnumfetchprotected JaxbHbmIndexTypeindexprotected JaxbHbmKeyTypekeyprotected JaxbHbmListIndexTypelistIndexprotected JaxbHbmLoaderTypeloaderprotected java.lang.Booleanmutableprotected java.lang.Stringnameprotected java.lang.Stringnodeprotected java.lang.BooleanoptimisticLockprotected JaxbHbmOuterJoinEnumouterJoinprotected java.lang.Stringpersisterprotected java.lang.Stringschemaprotected JaxbHbmCustomSqlDmlTypesqlDeleteprotected JaxbHbmCustomSqlDmlTypesqlDeleteAllprotected JaxbHbmCustomSqlDmlTypesqlInsertprotected JaxbHbmCustomSqlDmlTypesqlUpdateprotected java.lang.Stringsubselectprotected java.lang.StringsubselectAttributeprotected java.util.List<JaxbHbmSynchronizeType>synchronizeprotected java.lang.Stringtableprotected java.lang.Stringwhere-
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
Constructor Summary
Constructors Constructor Description JaxbHbmPrimitiveArrayType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccess()Gets the value of the access property.intgetBatchSize()Gets the value of the batchSize property.JaxbHbmCacheTypegetCache()Gets the value of the cache property.java.lang.StringgetCatalog()Gets the value of the catalog property.java.lang.StringgetCheck()Gets the value of the check property.java.lang.StringgetCollectionType()Gets the value of the collectionType property.java.lang.StringgetComment()Gets the value of the comment property.JaxbHbmBasicCollectionElementTypegetElement()Gets the value of the element property.JaxbHbmFetchStyleWithSubselectEnumgetFetch()Gets the value of the fetch property.JaxbHbmIndexTypegetIndex()Gets the value of the index property.JaxbHbmKeyTypegetKey()Gets the value of the key property.JaxbHbmListIndexTypegetListIndex()Gets the value of the listIndex property.JaxbHbmLoaderTypegetLoader()Gets the value of the loader property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNode()Gets the value of the node property.JaxbHbmOuterJoinEnumgetOuterJoin()Gets the value of the outerJoin property.java.lang.StringgetPersister()Gets the value of the persister property.java.lang.StringgetSchema()Gets the value of the schema 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.java.lang.StringgetSubselect()Gets the value of the subselect property.java.lang.StringgetSubselectAttribute()Gets the value of the subselectAttribute property.java.util.List<JaxbHbmSynchronizeType>getSynchronize()Gets the value of the synchronize property.java.lang.StringgetTable()Gets the value of the table property.java.lang.StringgetWhere()Gets the value of the where property.java.lang.BooleanisEmbedXml()Gets the value of the embedXml property.booleanisMutable()Gets the value of the mutable property.booleanisOptimisticLock()Gets the value of the optimisticLock property.voidsetAccess(java.lang.String value)Sets the value of the access property.voidsetBatchSize(java.lang.Integer value)Sets the value of the batchSize property.voidsetCache(JaxbHbmCacheType value)Sets the value of the cache property.voidsetCatalog(java.lang.String value)Sets the value of the catalog property.voidsetCheck(java.lang.String value)Sets the value of the check property.voidsetCollectionType(java.lang.String value)Sets the value of the collectionType property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetElement(JaxbHbmBasicCollectionElementType value)Sets the value of the element property.voidsetEmbedXml(java.lang.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.voidsetKey(JaxbHbmKeyType value)Sets the value of the key property.voidsetListIndex(JaxbHbmListIndexType value)Sets the value of the listIndex property.voidsetLoader(JaxbHbmLoaderType value)Sets the value of the loader property.voidsetMutable(java.lang.Boolean value)Sets the value of the mutable property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNode(java.lang.String value)Sets the value of the node property.voidsetOptimisticLock(java.lang.Boolean value)Sets the value of the optimisticLock property.voidsetOuterJoin(JaxbHbmOuterJoinEnum value)Sets the value of the outerJoin property.voidsetPersister(java.lang.String value)Sets the value of the persister property.voidsetSchema(java.lang.String value)Sets the value of the schema 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(java.lang.String value)Sets the value of the subselect property.voidsetSubselectAttribute(java.lang.String value)Sets the value of the subselectAttribute property.voidsetTable(java.lang.String value)Sets the value of the table property.voidsetWhere(java.lang.String value)Sets the value of the where property.-
Methods inherited from class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
getCascade, getCompositeElement, getFilter, getLazy, getManyToAny, getManyToMany, getOneToMany, isInverse
-
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.PluralAttributeInfo
getCascade, getCompositeElement, getFilter, getLazy, getManyToAny, getManyToMany, getOneToMany, isInverse
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
Field Detail
-
subselect
protected java.lang.String subselect
-
cache
protected JaxbHbmCacheType cache
-
synchronize
protected java.util.List<JaxbHbmSynchronizeType> synchronize
-
comment
protected java.lang.String comment
-
key
protected JaxbHbmKeyType key
-
index
protected JaxbHbmIndexType index
-
listIndex
protected JaxbHbmListIndexType listIndex
-
element
protected JaxbHbmBasicCollectionElementType element
-
loader
protected JaxbHbmLoaderType loader
-
sqlInsert
protected JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
protected JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
protected JaxbHbmCustomSqlDmlType sqlDeleteAll
-
access
protected java.lang.String access
-
batchSize
protected java.lang.Integer batchSize
-
check
protected java.lang.String check
-
collectionType
protected java.lang.String collectionType
-
embedXml
protected java.lang.Boolean embedXml
-
fetch
protected JaxbHbmFetchStyleWithSubselectEnum fetch
-
mutable
protected java.lang.Boolean mutable
-
name
protected java.lang.String name
-
node
protected java.lang.String node
-
optimisticLock
protected java.lang.Boolean optimisticLock
-
outerJoin
protected JaxbHbmOuterJoinEnum outerJoin
-
persister
protected java.lang.String persister
-
where
protected java.lang.String where
-
schema
protected java.lang.String schema
-
catalog
protected java.lang.String catalog
-
table
protected java.lang.String table
-
subselectAttribute
protected java.lang.String subselectAttribute
-
-
Method Detail
-
getSubselect
public java.lang.String getSubselect()
Gets the value of the subselect property.- Specified by:
getSubselectin interfaceTableInformationContainer- Returns:
- possible object is
String
-
setSubselect
public void setSubselect(java.lang.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 java.util.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 JAXB 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
-
getComment
public java.lang.String getComment()
Gets the value of the comment property.- Specified by:
getCommentin interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setComment
public void setComment(java.lang.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
-
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
-
getListIndex
public JaxbHbmListIndexType getListIndex()
Gets the value of the listIndex property.- Returns:
- possible object is
JaxbHbmListIndexType
-
setListIndex
public void setListIndex(JaxbHbmListIndexType value)
Sets the value of the listIndex property.- Parameters:
value- allowed object isJaxbHbmListIndexType
-
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
-
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
-
getAccess
public java.lang.String getAccess()
Gets the value of the access property.- Specified by:
getAccessin interfaceAttributeMapping- Returns:
- possible object is
String
-
setAccess
public void setAccess(java.lang.String value)
Sets the value of the access 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(java.lang.Integer value)
Sets the value of the batchSize property.- Parameters:
value- allowed object isInteger
-
getCheck
public java.lang.String getCheck()
Gets the value of the check property.- Specified by:
getCheckin interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setCheck
public void setCheck(java.lang.String value)
Sets the value of the check property.- Parameters:
value- allowed object isString
-
getCollectionType
public java.lang.String getCollectionType()
Gets the value of the collectionType property.- Specified by:
getCollectionTypein interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setCollectionType
public void setCollectionType(java.lang.String value)
Sets the value of the collectionType property.- Parameters:
value- allowed object isString
-
isEmbedXml
public java.lang.Boolean isEmbedXml()
Gets the value of the embedXml property.- Returns:
- possible object is
Boolean
-
setEmbedXml
public void setEmbedXml(java.lang.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
-
isMutable
public boolean isMutable()
Gets the value of the mutable property.- Specified by:
isMutablein interfacePluralAttributeInfo- Returns:
- possible object is
Boolean
-
setMutable
public void setMutable(java.lang.Boolean value)
Sets the value of the mutable property.- Parameters:
value- allowed object isBoolean
-
getName
public java.lang.String getName()
Gets the value of the name property.- Specified by:
getNamein interfaceAttributeMapping- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getNode
public java.lang.String getNode()
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
public void setNode(java.lang.String value)
Sets the value of the node property.- Parameters:
value- allowed object isString
-
isOptimisticLock
public boolean isOptimisticLock()
Gets the value of the optimisticLock property.- Specified by:
isOptimisticLockin interfacePluralAttributeInfo- Returns:
- possible object is
Boolean
-
setOptimisticLock
public void setOptimisticLock(java.lang.Boolean value)
Sets the value of the optimisticLock property.- Parameters:
value- allowed object isBoolean
-
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
-
getPersister
public java.lang.String getPersister()
Gets the value of the persister property.- Specified by:
getPersisterin interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setPersister
public void setPersister(java.lang.String value)
Sets the value of the persister property.- Parameters:
value- allowed object isString
-
getWhere
public java.lang.String getWhere()
Gets the value of the where property.- Specified by:
getWherein interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setWhere
public void setWhere(java.lang.String value)
Sets the value of the where property.- Parameters:
value- allowed object isString
-
getSchema
public java.lang.String getSchema()
Gets the value of the schema property.- Specified by:
getSchemain interfaceTableInformationContainer- Returns:
- possible object is
String
-
setSchema
public void setSchema(java.lang.String value)
Sets the value of the schema property.- Parameters:
value- allowed object isString
-
getCatalog
public java.lang.String getCatalog()
Gets the value of the catalog property.- Specified by:
getCatalogin interfaceTableInformationContainer- Returns:
- possible object is
String
-
setCatalog
public void setCatalog(java.lang.String value)
Sets the value of the catalog property.- Parameters:
value- allowed object isString
-
getTable
public java.lang.String getTable()
Gets the value of the table property.- Specified by:
getTablein interfaceTableInformationContainer- Returns:
- possible object is
String
-
setTable
public void setTable(java.lang.String value)
Sets the value of the table property.- Parameters:
value- allowed object isString
-
getSubselectAttribute
public java.lang.String getSubselectAttribute()
Gets the value of the subselectAttribute property.- Specified by:
getSubselectAttributein interfaceTableInformationContainer- Returns:
- possible object is
String
-
setSubselectAttribute
public void setSubselectAttribute(java.lang.String value)
Sets the value of the subselectAttribute property.- Parameters:
value- allowed object isString
-
-