Class JaxbHbmArrayType
- All Implemented Interfaces:
Serializable
,AttributeMapping
,PluralAttributeInfo
,TableInformationContainer
,ToolingHintContainer
Java class for ArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayType">
<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>
<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"/>
<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="cascade" type="{http://www.w3.org/2001/XMLSchema}string" />
<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="element-class" 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="lazy" type="{http://www.hibernate.org/xsd/orm/hbm}LazyWithExtraEnum" />
<attribute name="inverse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<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.hibernate.org/xsd/orm/hbm}ClassNameType" />
<attribute name="where" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Integer
protected JaxbHbmCacheType
protected String
protected String
protected String
protected String
protected String
protected JaxbHbmCompositeCollectionElementType
protected JaxbHbmBasicCollectionElementType
protected String
protected Boolean
protected JaxbHbmFetchStyleWithSubselectEnum
protected List<JaxbHbmFilterType>
protected JaxbHbmIndexType
protected Boolean
protected JaxbHbmKeyType
protected JaxbHbmLazyWithExtraEnum
protected JaxbHbmListIndexType
protected JaxbHbmLoaderType
protected JaxbHbmManyToAnyCollectionElementType
protected JaxbHbmManyToManyCollectionElementType
protected Boolean
protected String
protected String
protected JaxbHbmOneToManyCollectionElementType
protected Boolean
protected JaxbHbmOuterJoinEnum
protected String
protected String
protected JaxbHbmCustomSqlDmlType
protected JaxbHbmCustomSqlDmlType
protected JaxbHbmCustomSqlDmlType
protected JaxbHbmCustomSqlDmlType
protected String
protected String
protected List<JaxbHbmSynchronizeType>
protected String
protected String
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.int
Gets the value of the batchSize property.getCache()
Gets the value of the cache property.Gets the value of the cascade property.Gets the value of the catalog property.getCheck()
Gets the value of the check property.Gets the value of the collectionType property.Gets the value of the comment property.Gets the value of the compositeElement property.Gets the value of the element property.Gets the value of the elementClass property.getFetch()
Gets the value of the fetch property.Gets the value of the filter property.getIndex()
Gets the value of the index property.getKey()
Gets the value of the key property.getLazy()
Gets the value of the lazy property.Gets the value of the listIndex property.Gets the value of the loader property.Gets the value of the manyToAny property.Gets the value of the manyToMany property.getName()
Gets the value of the name property.getNode()
Gets the value of the node property.Gets the value of the oneToMany property.Gets the value of the outerJoin property.Gets the value of the persister property.Gets the value of the schema property.Gets the value of the sqlDelete property.Gets the value of the sqlDeleteAll property.Gets the value of the sqlInsert property.Gets the value of the sqlUpdate property.Gets the value of the subselect property.Gets the value of the subselectAttribute property.Gets the value of the synchronize property.getTable()
Gets the value of the table property.getWhere()
Gets the value of the where property.Gets the value of the embedXml property.boolean
Gets the value of the inverse property.boolean
Gets the value of the mutable property.boolean
Gets the value of the optimisticLock property.void
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
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
Sets the value of the compositeElement property.void
Sets the value of the element property.void
setElementClass
(String value) Sets the value of the elementClass property.void
setEmbedXml
(Boolean value) Sets the value of the embedXml property.void
Sets the value of the fetch property.void
setIndex
(JaxbHbmIndexType value) Sets the value of the index 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
setListIndex
(JaxbHbmListIndexType value) Sets the value of the listIndex property.void
setLoader
(JaxbHbmLoaderType value) Sets the value of the loader property.void
Sets the value of the manyToAny property.void
Sets the value of the manyToMany property.void
setMutable
(Boolean value) Sets the value of the mutable property.void
Sets the value of the name property.void
Sets the value of the node property.void
Sets the value of the oneToMany property.void
setOptimisticLock
(Boolean value) Sets the value of the optimisticLock property.void
setOuterJoin
(JaxbHbmOuterJoinEnum value) Sets the value of the outerJoin property.void
setPersister
(String value) Sets the value of the persister property.void
Sets the value of the schema property.void
Sets the value of the sqlDelete property.void
Sets the value of the sqlDeleteAll property.void
Sets the value of the sqlInsert property.void
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
Sets the value of the table property.void
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 Details
-
subselect
-
cache
-
synchronize
-
comment
-
key
-
index
-
listIndex
-
element
-
oneToMany
-
manyToMany
-
compositeElement
-
manyToAny
-
loader
-
sqlInsert
-
sqlUpdate
-
sqlDelete
-
sqlDeleteAll
-
filter
-
access
-
batchSize
-
cascade
-
check
-
collectionType
-
elementClass
-
embedXml
-
fetch
-
lazy
-
inverse
-
mutable
-
name
-
node
-
optimisticLock
-
outerJoin
-
persister
-
where
-
schema
-
catalog
-
table
-
subselectAttribute
-
-
Constructor Details
-
JaxbHbmArrayType
public JaxbHbmArrayType()
-
-
Method Details
-
getSubselect
Gets the value of the subselect property.- Specified by:
getSubselect
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setSubselect
Sets the value of the subselect property.- Parameters:
value
- allowed object isString
-
getCache
Gets the value of the cache property.- Specified by:
getCache
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmCacheType
-
setCache
Sets the value of the cache property.- Parameters:
value
- allowed object isJaxbHbmCacheType
-
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
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
- Specified by:
getSynchronize
in interfacePluralAttributeInfo
- Returns:
- The value of the synchronize property.
-
getComment
Gets the value of the comment property.- Specified by:
getComment
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
getKey
Gets the value of the key property.- Specified by:
getKey
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmKeyType
-
setKey
Sets the value of the key property.- Parameters:
value
- allowed object isJaxbHbmKeyType
-
getIndex
Gets the value of the index property.- Returns:
- possible object is
JaxbHbmIndexType
-
setIndex
Sets the value of the index property.- Parameters:
value
- allowed object isJaxbHbmIndexType
-
getListIndex
Gets the value of the listIndex property.- Returns:
- possible object is
JaxbHbmListIndexType
-
setListIndex
Sets the value of the listIndex property.- Parameters:
value
- allowed object isJaxbHbmListIndexType
-
getElement
Gets the value of the element property.- Specified by:
getElement
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmBasicCollectionElementType
-
setElement
Sets the value of the element property.- Parameters:
value
- allowed object isJaxbHbmBasicCollectionElementType
-
getOneToMany
Gets the value of the oneToMany property.- Specified by:
getOneToMany
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmOneToManyCollectionElementType
-
setOneToMany
Sets the value of the oneToMany property.- Parameters:
value
- allowed object isJaxbHbmOneToManyCollectionElementType
-
getManyToMany
Gets the value of the manyToMany property.- Specified by:
getManyToMany
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmManyToManyCollectionElementType
-
setManyToMany
Sets the value of the manyToMany property.- Parameters:
value
- allowed object isJaxbHbmManyToManyCollectionElementType
-
getCompositeElement
Gets the value of the compositeElement property.- Specified by:
getCompositeElement
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmCompositeCollectionElementType
-
setCompositeElement
Sets the value of the compositeElement property.- Parameters:
value
- allowed object isJaxbHbmCompositeCollectionElementType
-
getManyToAny
Gets the value of the manyToAny property.- Specified by:
getManyToAny
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmManyToAnyCollectionElementType
-
setManyToAny
Sets the value of the manyToAny property.- Parameters:
value
- allowed object isJaxbHbmManyToAnyCollectionElementType
-
getLoader
Gets the value of the loader property.- Specified by:
getLoader
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmLoaderType
-
setLoader
Sets the value of the loader property.- Parameters:
value
- allowed object isJaxbHbmLoaderType
-
getSqlInsert
Gets the value of the sqlInsert property.- Specified by:
getSqlInsert
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlInsert
Sets the value of the sqlInsert property.- Parameters:
value
- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlUpdate
Gets the value of the sqlUpdate property.- Specified by:
getSqlUpdate
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlUpdate
Sets the value of the sqlUpdate property.- Parameters:
value
- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlDelete
Gets the value of the sqlDelete property.- Specified by:
getSqlDelete
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlDelete
Sets the value of the sqlDelete property.- Parameters:
value
- allowed object isJaxbHbmCustomSqlDmlType
-
getSqlDeleteAll
Gets the value of the sqlDeleteAll property.- Specified by:
getSqlDeleteAll
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlDeleteAll
Sets the value of the sqlDeleteAll property.- Parameters:
value
- allowed object isJaxbHbmCustomSqlDmlType
-
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
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
- Specified by:
getFilter
in interfacePluralAttributeInfo
- Returns:
- The value of the filter property.
-
getAccess
Gets the value of the access property.- Specified by:
getAccess
in interfaceAttributeMapping
- Returns:
- possible object is
String
-
setAccess
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:
getBatchSize
in interfacePluralAttributeInfo
- Returns:
- possible object is
Integer
-
setBatchSize
Sets the value of the batchSize property.- Parameters:
value
- allowed object isInteger
-
getCascade
Gets the value of the cascade property.- Specified by:
getCascade
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setCascade
Sets the value of the cascade property.- Parameters:
value
- allowed object isString
-
getCheck
Gets the value of the check property.- Specified by:
getCheck
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setCheck
Sets the value of the check property.- Parameters:
value
- allowed object isString
-
getCollectionType
Gets the value of the collectionType property.- Specified by:
getCollectionType
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setCollectionType
Sets the value of the collectionType property.- Parameters:
value
- allowed object isString
-
getElementClass
Gets the value of the elementClass property.- Returns:
- possible object is
String
-
setElementClass
Sets the value of the elementClass property.- Parameters:
value
- allowed object isString
-
isEmbedXml
Gets the value of the embedXml property.- Returns:
- possible object is
Boolean
-
setEmbedXml
Sets the value of the embedXml property.- Parameters:
value
- allowed object isBoolean
-
getFetch
Gets the value of the fetch property.- Specified by:
getFetch
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmFetchStyleWithSubselectEnum
-
setFetch
Sets the value of the fetch property.- Parameters:
value
- allowed object isJaxbHbmFetchStyleWithSubselectEnum
-
getLazy
Gets the value of the lazy property.- Specified by:
getLazy
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmLazyWithExtraEnum
-
setLazy
Sets the value of the lazy property.- Parameters:
value
- allowed object isJaxbHbmLazyWithExtraEnum
-
isInverse
public boolean isInverse()Gets the value of the inverse property.- Specified by:
isInverse
in interfacePluralAttributeInfo
- Returns:
- possible object is
Boolean
-
setInverse
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:
isMutable
in interfacePluralAttributeInfo
- Returns:
- possible object is
Boolean
-
setMutable
Sets the value of the mutable property.- Parameters:
value
- allowed object isBoolean
-
getName
Gets the value of the name property.- Specified by:
getName
in interfaceAttributeMapping
- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getNode
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
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:
isOptimisticLock
in interfacePluralAttributeInfo
- Returns:
- possible object is
Boolean
-
setOptimisticLock
Sets the value of the optimisticLock property.- Parameters:
value
- allowed object isBoolean
-
getOuterJoin
Gets the value of the outerJoin property.- Specified by:
getOuterJoin
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmOuterJoinEnum
-
setOuterJoin
Sets the value of the outerJoin property.- Parameters:
value
- allowed object isJaxbHbmOuterJoinEnum
-
getPersister
Gets the value of the persister property.- Specified by:
getPersister
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setPersister
Sets the value of the persister property.- Parameters:
value
- allowed object isString
-
getWhere
Gets the value of the where property.- Specified by:
getWhere
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setWhere
Sets the value of the where property.- Parameters:
value
- allowed object isString
-
getSchema
Gets the value of the schema property.- Specified by:
getSchema
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setSchema
Sets the value of the schema property.- Parameters:
value
- allowed object isString
-
getCatalog
Gets the value of the catalog property.- Specified by:
getCatalog
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setCatalog
Sets the value of the catalog property.- Parameters:
value
- allowed object isString
-
getTable
Gets the value of the table property.- Specified by:
getTable
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value
- allowed object isString
-
getSubselectAttribute
Gets the value of the subselectAttribute property.- Specified by:
getSubselectAttribute
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setSubselectAttribute
Sets the value of the subselectAttribute property.- Parameters:
value
- allowed object isString
-