Class JaxbHbmSetType
- All Implemented Interfaces:
Serializable,AttributeMapping,PluralAttributeInfo,TableInformationContainer,ToolingHintContainer
Java class for SetType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SetType">
<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"/>
<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"/>
<attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="table" 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="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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Integerprotected JaxbHbmCacheTypeprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected JaxbHbmCompositeCollectionElementTypeprotected JaxbHbmBasicCollectionElementTypeprotected Booleanprotected JaxbHbmFetchStyleWithSubselectEnumprotected List<JaxbHbmFilterType> protected Booleanprotected JaxbHbmKeyTypeprotected JaxbHbmLazyWithExtraEnumprotected JaxbHbmLoaderTypeprotected JaxbHbmManyToAnyCollectionElementTypeprotected JaxbHbmManyToManyCollectionElementTypeprotected Booleanprotected Stringprotected Stringprotected JaxbHbmOneToManyCollectionElementTypeprotected Booleanprotected Stringprotected JaxbHbmOuterJoinEnumprotected Stringprotected Stringprotected Stringprotected JaxbHbmCustomSqlDmlTypeprotected JaxbHbmCustomSqlDmlTypeprotected JaxbHbmCustomSqlDmlTypeprotected JaxbHbmCustomSqlDmlTypeprotected Stringprotected List<JaxbHbmSynchronizeType> protected Stringprotected StringFields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.intGets 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.getFetch()Gets the value of the fetch property.Gets the value of the filter property.getKey()Gets the value of the key property.getLazy()Gets the value of the lazy 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 orderBy property.Gets the value of the outerJoin property.Gets the value of the persister property.Gets the value of the schema property.getSort()Gets the value of the sort 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 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.booleanGets the value of the inverse property.booleanGets the value of the mutable property.booleanGets the value of the optimisticLock property.voidSets 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.voidSets 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.voidSets the value of the compositeElement property.voidSets the value of the element property.voidsetEmbedXml(Boolean value) Sets the value of the embedXml property.voidSets the value of the fetch 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.voidSets the value of the manyToAny property.voidSets the value of the manyToMany property.voidsetMutable(Boolean value) Sets the value of the mutable property.voidSets the value of the name property.voidSets the value of the node property.voidSets 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.voidSets the value of the schema property.voidSets the value of the sort property.voidSets the value of the sqlDelete property.voidSets the value of the sqlDeleteAll property.voidSets the value of the sqlInsert property.voidSets the value of the sqlUpdate property.voidsetSubselect(String value) Sets the value of the subselect property.voidSets the value of the table property.voidSets the value of the where property.Methods inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
Field Details
-
subselect
-
cache
-
synchronize
-
comment
-
key
-
element
-
oneToMany
-
manyToMany
-
compositeElement
-
manyToAny
-
loader
-
sqlInsert
-
sqlUpdate
-
sqlDelete
-
sqlDeleteAll
-
filter
-
schema
-
catalog
-
table
-
embedXml
-
fetch
-
lazy
-
node
-
orderBy
-
outerJoin
-
sort
-
name
-
access
-
check
-
where
-
cascade
-
batchSize
-
inverse
-
mutable
-
optimisticLock
-
collectionType
-
persister
-
-
Constructor Details
-
JaxbHbmSetType
public JaxbHbmSetType()
-
-
Method Details
-
getSubselect
Gets the value of the subselect property.- Specified by:
getSubselectin 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:
getCachein 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 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- Returns:
- The value of the synchronize property.
-
getComment
Gets the value of the comment property.- Specified by:
getCommentin 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:
getKeyin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmKeyType
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isJaxbHbmKeyType
-
getElement
Gets the value of the element property.- Specified by:
getElementin 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:
getOneToManyin 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:
getManyToManyin 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:
getCompositeElementin 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:
getManyToAnyin 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:
getLoaderin 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:
getSqlInsertin 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:
getSqlUpdatein 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:
getSqlDeletein 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:
getSqlDeleteAllin 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 JAXB 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.
-
getSchema
Gets the value of the schema property.- Specified by:
getSchemain 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:
getCatalogin 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:
getTablein interfaceTableInformationContainer- Returns:
- possible object is
String
-
setTable
Sets the value of the table 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:
getFetchin 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:
getLazyin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmLazyWithExtraEnum
-
setLazy
Sets the value of the lazy property.- Parameters:
value- allowed object isJaxbHbmLazyWithExtraEnum
-
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
-
getOrderBy
Gets the value of the orderBy property.- Returns:
- possible object is
String
-
setOrderBy
Sets the value of the orderBy property.- Parameters:
value- allowed object isString
-
getOuterJoin
Gets the value of the outerJoin property.- Specified by:
getOuterJoinin interfacePluralAttributeInfo- Returns:
- possible object is
JaxbHbmOuterJoinEnum
-
setOuterJoin
Sets the value of the outerJoin property.- Parameters:
value- allowed object isJaxbHbmOuterJoinEnum
-
getSort
Gets the value of the sort property.- Returns:
- possible object is
String
-
setSort
Sets the value of the sort property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Specified by:
getNamein interfaceAttributeMapping- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAccess
Gets the value of the access property.- Specified by:
getAccessin interfaceAttributeMapping- Returns:
- possible object is
String
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isString
-
getCheck
Gets the value of the check property.- Specified by:
getCheckin interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setCheck
Sets the value of the check property.- Parameters:
value- allowed object isString
-
getWhere
Gets the value of the where property.- Specified by:
getWherein interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setWhere
Sets the value of the where property.- Parameters:
value- allowed object isString
-
getCascade
Gets the value of the cascade property.- Specified by:
getCascadein interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setCascade
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
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
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
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
Sets the value of the optimisticLock property.- Parameters:
value- allowed object isBoolean
-
getCollectionType
Gets the value of the collectionType property.- Specified by:
getCollectionTypein interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setCollectionType
Sets the value of the collectionType property.- Parameters:
value- allowed object isString
-
getPersister
Gets the value of the persister property.- Specified by:
getPersisterin interfacePluralAttributeInfo- Returns:
- possible object is
String
-
setPersister
Sets the value of the persister property.- Parameters:
value- allowed object isString
-