Class JaxbHbmArrayType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- All Implemented Interfaces:
Serializable
,AttributeMapping
,PluralAttributeInfo
,TableInformationContainer
,ToolingHintContainer
public class JaxbHbmArrayType extends JaxbHbmToolingHintContainer implements Serializable, PluralAttributeInfo, 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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
Constructor Summary
Constructors Constructor Description JaxbHbmArrayType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.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.String
getElementClass()
Gets the value of the elementClass property.JaxbHbmFetchStyleWithSubselectEnum
getFetch()
Gets the value of the fetch property.List<JaxbHbmFilterType>
getFilter()
Gets the value of the filter property.JaxbHbmIndexType
getIndex()
Gets the value of the index property.JaxbHbmKeyType
getKey()
Gets the value of the key property.JaxbHbmLazyWithExtraEnum
getLazy()
Gets the value of the lazy property.JaxbHbmListIndexType
getListIndex()
Gets the value of the listIndex 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.JaxbHbmOneToManyCollectionElementType
getOneToMany()
Gets the value of the oneToMany 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
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
setElementClass(String value)
Sets the value of the elementClass property.void
setEmbedXml(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
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
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
setOneToMany(JaxbHbmOneToManyCollectionElementType value)
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
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.-
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 Detail
-
subselect
protected String subselect
-
cache
protected JaxbHbmCacheType cache
-
synchronize
protected List<JaxbHbmSynchronizeType> synchronize
-
comment
protected String comment
-
key
protected JaxbHbmKeyType key
-
index
protected JaxbHbmIndexType index
-
listIndex
protected JaxbHbmListIndexType listIndex
-
element
protected JaxbHbmBasicCollectionElementType element
-
oneToMany
protected JaxbHbmOneToManyCollectionElementType oneToMany
-
manyToMany
protected JaxbHbmManyToManyCollectionElementType manyToMany
-
compositeElement
protected JaxbHbmCompositeCollectionElementType compositeElement
-
manyToAny
protected JaxbHbmManyToAnyCollectionElementType manyToAny
-
loader
protected JaxbHbmLoaderType loader
-
sqlInsert
protected JaxbHbmCustomSqlDmlType sqlInsert
-
sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlUpdate
-
sqlDelete
protected JaxbHbmCustomSqlDmlType sqlDelete
-
sqlDeleteAll
protected JaxbHbmCustomSqlDmlType sqlDeleteAll
-
filter
protected List<JaxbHbmFilterType> filter
-
access
protected String access
-
batchSize
protected Integer batchSize
-
cascade
protected String cascade
-
check
protected String check
-
collectionType
protected String collectionType
-
elementClass
protected String elementClass
-
embedXml
protected Boolean embedXml
-
fetch
protected JaxbHbmFetchStyleWithSubselectEnum fetch
-
lazy
protected JaxbHbmLazyWithExtraEnum lazy
-
inverse
protected Boolean inverse
-
mutable
protected Boolean mutable
-
name
protected String name
-
node
protected String node
-
optimisticLock
protected Boolean optimisticLock
-
outerJoin
protected JaxbHbmOuterJoinEnum outerJoin
-
persister
protected String persister
-
where
protected String where
-
schema
protected String schema
-
catalog
protected String catalog
-
table
protected String table
-
subselectAttribute
protected String subselectAttribute
-
-
Method Detail
-
getSubselect
public String getSubselect()
Gets the value of the subselect property.- Specified by:
getSubselect
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setSubselect
public void setSubselect(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:
getCache
in 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 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 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
public String getComment()
Gets the value of the comment property.- Specified by:
getComment
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setComment
public void setComment(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:
getKey
in 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:
getElement
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmBasicCollectionElementType
-
setElement
public void setElement(JaxbHbmBasicCollectionElementType value)
Sets the value of the element property.- Parameters:
value
- allowed object isJaxbHbmBasicCollectionElementType
-
getOneToMany
public JaxbHbmOneToManyCollectionElementType getOneToMany()
Gets the value of the oneToMany property.- Specified by:
getOneToMany
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmOneToManyCollectionElementType
-
setOneToMany
public void setOneToMany(JaxbHbmOneToManyCollectionElementType value)
Sets the value of the oneToMany property.- Parameters:
value
- allowed object isJaxbHbmOneToManyCollectionElementType
-
getManyToMany
public JaxbHbmManyToManyCollectionElementType getManyToMany()
Gets the value of the manyToMany property.- Specified by:
getManyToMany
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmManyToManyCollectionElementType
-
setManyToMany
public void setManyToMany(JaxbHbmManyToManyCollectionElementType value)
Sets the value of the manyToMany property.- Parameters:
value
- allowed object isJaxbHbmManyToManyCollectionElementType
-
getCompositeElement
public JaxbHbmCompositeCollectionElementType getCompositeElement()
Gets the value of the compositeElement property.- Specified by:
getCompositeElement
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmCompositeCollectionElementType
-
setCompositeElement
public void setCompositeElement(JaxbHbmCompositeCollectionElementType value)
Sets the value of the compositeElement property.- Parameters:
value
- allowed object isJaxbHbmCompositeCollectionElementType
-
getManyToAny
public JaxbHbmManyToAnyCollectionElementType getManyToAny()
Gets the value of the manyToAny property.- Specified by:
getManyToAny
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmManyToAnyCollectionElementType
-
setManyToAny
public void setManyToAny(JaxbHbmManyToAnyCollectionElementType value)
Sets the value of the manyToAny property.- Parameters:
value
- allowed object isJaxbHbmManyToAnyCollectionElementType
-
getLoader
public JaxbHbmLoaderType getLoader()
Gets the value of the loader property.- Specified by:
getLoader
in 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:
getSqlInsert
in 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:
getSqlUpdate
in 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:
getSqlDelete
in 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:
getSqlDeleteAll
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmCustomSqlDmlType
-
setSqlDeleteAll
public void setSqlDeleteAll(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDeleteAll property.- Parameters:
value
- allowed object isJaxbHbmCustomSqlDmlType
-
getFilter
public List<JaxbHbmFilterType> 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
public String getAccess()
Gets the value of the access property.- Specified by:
getAccess
in interfaceAttributeMapping
- Returns:
- possible object is
String
-
setAccess
public void setAccess(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:
getBatchSize
in interfacePluralAttributeInfo
- Returns:
- possible object is
Integer
-
setBatchSize
public void setBatchSize(Integer value)
Sets the value of the batchSize property.- Parameters:
value
- allowed object isInteger
-
getCascade
public String getCascade()
Gets the value of the cascade property.- Specified by:
getCascade
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setCascade
public void setCascade(String value)
Sets the value of the cascade property.- Parameters:
value
- allowed object isString
-
getCheck
public String getCheck()
Gets the value of the check property.- Specified by:
getCheck
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setCheck
public void setCheck(String value)
Sets the value of the check property.- Parameters:
value
- allowed object isString
-
getCollectionType
public String getCollectionType()
Gets the value of the collectionType property.- Specified by:
getCollectionType
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setCollectionType
public void setCollectionType(String value)
Sets the value of the collectionType property.- Parameters:
value
- allowed object isString
-
getElementClass
public String getElementClass()
Gets the value of the elementClass property.- Returns:
- possible object is
String
-
setElementClass
public void setElementClass(String value)
Sets the value of the elementClass property.- Parameters:
value
- allowed object isString
-
isEmbedXml
public Boolean isEmbedXml()
Gets the value of the embedXml property.- Returns:
- possible object is
Boolean
-
setEmbedXml
public void setEmbedXml(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:
getFetch
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmFetchStyleWithSubselectEnum
-
setFetch
public void setFetch(JaxbHbmFetchStyleWithSubselectEnum value)
Sets the value of the fetch property.- Parameters:
value
- allowed object isJaxbHbmFetchStyleWithSubselectEnum
-
getLazy
public JaxbHbmLazyWithExtraEnum getLazy()
Gets the value of the lazy property.- Specified by:
getLazy
in interfacePluralAttributeInfo
- Returns:
- possible object is
JaxbHbmLazyWithExtraEnum
-
setLazy
public void setLazy(JaxbHbmLazyWithExtraEnum value)
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
public void setInverse(Boolean value)
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
public void setMutable(Boolean value)
Sets the value of the mutable property.- Parameters:
value
- allowed object isBoolean
-
getName
public String getName()
Gets the value of the name property.- Specified by:
getName
in interfaceAttributeMapping
- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getNode
public String getNode()
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
public void setNode(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:
isOptimisticLock
in interfacePluralAttributeInfo
- Returns:
- possible object is
Boolean
-
setOptimisticLock
public void setOptimisticLock(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:
getOuterJoin
in 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 String getPersister()
Gets the value of the persister property.- Specified by:
getPersister
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setPersister
public void setPersister(String value)
Sets the value of the persister property.- Parameters:
value
- allowed object isString
-
getWhere
public String getWhere()
Gets the value of the where property.- Specified by:
getWhere
in interfacePluralAttributeInfo
- Returns:
- possible object is
String
-
setWhere
public void setWhere(String value)
Sets the value of the where property.- Parameters:
value
- allowed object isString
-
getSchema
public String getSchema()
Gets the value of the schema property.- Specified by:
getSchema
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setSchema
public void setSchema(String value)
Sets the value of the schema property.- Parameters:
value
- allowed object isString
-
getCatalog
public String getCatalog()
Gets the value of the catalog property.- Specified by:
getCatalog
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setCatalog
public void setCatalog(String value)
Sets the value of the catalog property.- Parameters:
value
- allowed object isString
-
getTable
public String getTable()
Gets the value of the table property.- Specified by:
getTable
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
setTable
public void setTable(String value)
Sets the value of the table property.- Parameters:
value
- allowed object isString
-
getSubselectAttribute
public String getSubselectAttribute()
Gets the value of the subselectAttribute property.- Specified by:
getSubselectAttribute
in interfaceTableInformationContainer
- Returns:
- possible object is
String
-
-