public class JaxbHbmRootEntityType extends JaxbHbmEntityBaseDefinition implements Serializable, EntityInfo, SecondaryTableContainer, TableInformationContainer, ToolingHintContainer
Root entity mapping. Poorly named as entities do not have to be represented by classes at all. Mapped entities may be represented via different methodologies (POJO, Map, Dom4j).
<p>Java class for RootEntityType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="RootEntityType"> <complexContent> <extension base="{http://www.hibernate.org/xsd/orm/hbm}EntityBaseDefinition"> <sequence> <element name="tuplizer" type="{http://www.hibernate.org/xsd/orm/hbm}tuplizer-type" maxOccurs="unbounded" minOccurs="0"/> <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="natural-id-cache" type="{http://www.hibernate.org/xsd/orm/hbm}NaturalIdCacheType" 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"/> <choice> <element name="id" type="{http://www.hibernate.org/xsd/orm/hbm}SimpleIdType"/> <element name="composite-id" type="{http://www.hibernate.org/xsd/orm/hbm}CompositeIdType"/> </choice> <element name="discriminator" type="{http://www.hibernate.org/xsd/orm/hbm}EntityDiscriminatorType" minOccurs="0"/> <element name="natural-id" type="{http://www.hibernate.org/xsd/orm/hbm}natural-id-type" minOccurs="0"/> <choice minOccurs="0"> <element name="version" type="{http://www.hibernate.org/xsd/orm/hbm}VersionAttributeType"/> <element name="timestamp" type="{http://www.hibernate.org/xsd/orm/hbm}TimestampAttributeType"/> </choice> <element name="multi-tenancy" type="{http://www.hibernate.org/xsd/orm/hbm}multi-tenancy-type" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="idbag" type="{http://www.hibernate.org/xsd/orm/hbm}IdBagCollectionType"/> <group ref="{http://www.hibernate.org/xsd/orm/hbm}SingularAttributeGroup"/> </choice> <choice> <sequence> <element name="join" type="{http://www.hibernate.org/xsd/orm/hbm}SecondaryTableType" maxOccurs="unbounded" minOccurs="0"/> <element name="subclass" type="{http://www.hibernate.org/xsd/orm/hbm}DiscriminatorSubclassEntityType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <element name="joined-subclass" type="{http://www.hibernate.org/xsd/orm/hbm}JoinedSubclassEntityType" maxOccurs="unbounded" minOccurs="0"/> <element name="union-subclass" type="{http://www.hibernate.org/xsd/orm/hbm}UnionSubclassEntityType" maxOccurs="unbounded" minOccurs="0"/> </choice> <element name="loader" type="{http://www.hibernate.org/xsd/orm/hbm}loader-type" minOccurs="0"/> <group ref="{http://www.hibernate.org/xsd/orm/hbm}CustomSqlDmlGroup"/> <element name="filter" type="{http://www.hibernate.org/xsd/orm/hbm}filter-type" maxOccurs="unbounded" minOccurs="0"/> <element name="fetch-profile" type="{http://www.hibernate.org/xsd/orm/hbm}FetchProfileType" maxOccurs="unbounded" minOccurs="0"/> <element name="resultset" type="{http://www.hibernate.org/xsd/orm/hbm}ResultSetMappingType" maxOccurs="unbounded" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.hibernate.org/xsd/orm/hbm}NamedQueryGroup"/> </choice> </sequence> <attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="check" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="discriminator-value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="mutable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="optimistic-lock" type="{http://www.hibernate.org/xsd/orm/hbm}OptimisticLockStyleEnum" default="version" /> <attribute name="polymorphism" type="{http://www.hibernate.org/xsd/orm/hbm}PolymorphismEnum" default="implicit" /> <attribute name="rowid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="where" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType> </pre>
_abstract, batchSize, dynamicInsert, dynamicUpdate, entityName, lazy, name, node, persister, proxy, selectBeforeUpdatetoolingHints| Constructor and Description |
|---|
JaxbHbmRootEntityType() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getAttributes()
Gets the value of the attributes property.
|
JaxbHbmCacheType |
getCache()
Gets the value of the cache property.
|
String |
getCatalog()
Gets the value of the catalog property.
|
String |
getCheck()
Gets the value of the check property.
|
String |
getComment()
Gets the value of the comment property.
|
JaxbHbmCompositeIdType |
getCompositeId()
Gets the value of the compositeId property.
|
JaxbHbmEntityDiscriminatorType |
getDiscriminator()
Gets the value of the discriminator property.
|
String |
getDiscriminatorValue()
Gets the value of the discriminatorValue property.
|
List<JaxbHbmFetchProfileType> |
getFetchProfile()
Gets the value of the fetchProfile property.
|
List<JaxbHbmFilterType> |
getFilter()
Gets the value of the filter property.
|
JaxbHbmSimpleIdType |
getId()
Gets the value of the id property.
|
List<JaxbHbmSecondaryTableType> |
getJoin()
Gets the value of the join property.
|
List<JaxbHbmJoinedSubclassEntityType> |
getJoinedSubclass()
Gets the value of the joinedSubclass property.
|
JaxbHbmLoaderType |
getLoader()
Gets the value of the loader property.
|
JaxbHbmMultiTenancyType |
getMultiTenancy()
Gets the value of the multiTenancy property.
|
JaxbHbmNaturalIdType |
getNaturalId()
Gets the value of the naturalId property.
|
JaxbHbmNaturalIdCacheType |
getNaturalIdCache()
Gets the value of the naturalIdCache property.
|
OptimisticLockStyle |
getOptimisticLock()
Gets the value of the optimisticLock property.
|
JaxbHbmPolymorphismEnum |
getPolymorphism()
Gets the value of the polymorphism property.
|
List<JaxbHbmNamedQueryType> |
getQuery()
Gets the value of the query property.
|
List<JaxbHbmResultSetMappingType> |
getResultset()
Gets the value of the resultset property.
|
String |
getRowid()
Gets the value of the rowid property.
|
String |
getSchema()
Gets the value of the schema property.
|
JaxbHbmCustomSqlDmlType |
getSqlDelete()
Gets the value of the sqlDelete property.
|
JaxbHbmCustomSqlDmlType |
getSqlInsert()
Gets the value of the sqlInsert property.
|
List<JaxbHbmNamedNativeQueryType> |
getSqlQuery()
Gets the value of the sqlQuery property.
|
JaxbHbmCustomSqlDmlType |
getSqlUpdate()
Gets the value of the sqlUpdate property.
|
List<JaxbHbmDiscriminatorSubclassEntityType> |
getSubclass()
Gets the value of the subclass 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.
|
JaxbHbmTimestampAttributeType |
getTimestamp()
Gets the value of the timestamp property.
|
List<JaxbHbmTuplizerType> |
getTuplizer()
Gets the value of the tuplizer property.
|
List<JaxbHbmUnionSubclassEntityType> |
getUnionSubclass()
Gets the value of the unionSubclass property.
|
JaxbHbmVersionAttributeType |
getVersion()
Gets the value of the version property.
|
String |
getWhere()
Gets the value of the where property.
|
boolean |
isMutable()
Gets the value of the mutable property.
|
void |
setCache(JaxbHbmCacheType value)
Sets the value of the cache property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setCheck(String value)
Sets the value of the check property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setCompositeId(JaxbHbmCompositeIdType value)
Sets the value of the compositeId property.
|
void |
setDiscriminator(JaxbHbmEntityDiscriminatorType value)
Sets the value of the discriminator property.
|
void |
setDiscriminatorValue(String value)
Sets the value of the discriminatorValue property.
|
void |
setId(JaxbHbmSimpleIdType value)
Sets the value of the id property.
|
void |
setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.
|
void |
setMultiTenancy(JaxbHbmMultiTenancyType value)
Sets the value of the multiTenancy property.
|
void |
setMutable(Boolean value)
Sets the value of the mutable property.
|
void |
setNaturalId(JaxbHbmNaturalIdType value)
Sets the value of the naturalId property.
|
void |
setNaturalIdCache(JaxbHbmNaturalIdCacheType value)
Sets the value of the naturalIdCache property.
|
void |
setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property.
|
void |
setPolymorphism(JaxbHbmPolymorphismEnum value)
Sets the value of the polymorphism property.
|
void |
setRowid(String value)
Sets the value of the rowid property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
void |
setSqlDelete(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDelete 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 |
setTimestamp(JaxbHbmTimestampAttributeType value)
Sets the value of the timestamp property.
|
void |
setVersion(JaxbHbmVersionAttributeType value)
Sets the value of the version property.
|
void |
setWhere(String value)
Sets the value of the where property.
|
getBatchSize, getEntityName, getName, getNode, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate, setAbstract, setBatchSize, setDynamicInsert, setDynamicUpdate, setEntityName, setLazy, setName, setNode, setPersister, setProxy, setSelectBeforeUpdategetToolingHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBatchSize, getEntityName, getName, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdategetToolingHintsprotected List<JaxbHbmTuplizerType> tuplizer
protected String subselect
protected JaxbHbmCacheType cache
protected JaxbHbmNaturalIdCacheType naturalIdCache
protected List<JaxbHbmSynchronizeType> synchronize
protected String comment
protected JaxbHbmSimpleIdType id
protected JaxbHbmCompositeIdType compositeId
protected JaxbHbmEntityDiscriminatorType discriminator
protected JaxbHbmNaturalIdType naturalId
protected JaxbHbmVersionAttributeType version
protected JaxbHbmTimestampAttributeType timestamp
protected JaxbHbmMultiTenancyType multiTenancy
protected List<Serializable> attributes
protected List<JaxbHbmSecondaryTableType> join
protected List<JaxbHbmDiscriminatorSubclassEntityType> subclass
protected List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
protected List<JaxbHbmUnionSubclassEntityType> unionSubclass
protected JaxbHbmLoaderType loader
protected JaxbHbmCustomSqlDmlType sqlInsert
protected JaxbHbmCustomSqlDmlType sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlDelete
protected List<JaxbHbmFilterType> filter
protected List<JaxbHbmFetchProfileType> fetchProfile
protected List<JaxbHbmResultSetMappingType> resultset
protected List<JaxbHbmNamedQueryType> query
protected List<JaxbHbmNamedNativeQueryType> sqlQuery
protected String catalog
protected String check
protected String discriminatorValue
protected Boolean mutable
protected OptimisticLockStyle optimisticLock
protected JaxbHbmPolymorphismEnum polymorphism
protected String rowid
protected String schema
protected String subselectAttribute
protected String table
protected String where
public List<JaxbHbmTuplizerType> getTuplizer()
Gets the value of the tuplizer property.
<p> 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 <CODE>set</CODE> method for the tuplizer property.
<p> For example, to add a new item, do as follows: <pre> getTuplizer().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmTuplizerType
getTuplizer in interface EntityInfopublic String getSubselect()
Gets the value of the subselect property.
getSubselect in interface TableInformationContainerStringpublic void setSubselect(String value)
Sets the value of the subselect property.
value - allowed object is
Stringpublic JaxbHbmCacheType getCache()
Gets the value of the cache property.
JaxbHbmCacheTypepublic void setCache(JaxbHbmCacheType value)
Sets the value of the cache property.
value - allowed object is
JaxbHbmCacheTypepublic JaxbHbmNaturalIdCacheType getNaturalIdCache()
Gets the value of the naturalIdCache property.
JaxbHbmNaturalIdCacheTypepublic void setNaturalIdCache(JaxbHbmNaturalIdCacheType value)
Sets the value of the naturalIdCache property.
value - allowed object is
JaxbHbmNaturalIdCacheTypepublic List<JaxbHbmSynchronizeType> getSynchronize()
Gets the value of the synchronize property.
<p> 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 <CODE>set</CODE> method for the synchronize property.
<p> For example, to add a new item, do as follows: <pre> getSynchronize().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmSynchronizeType
getSynchronize in interface EntityInfopublic String getComment()
Gets the value of the comment property.
Stringpublic void setComment(String value)
Sets the value of the comment property.
value - allowed object is
Stringpublic JaxbHbmSimpleIdType getId()
Gets the value of the id property.
JaxbHbmSimpleIdTypepublic void setId(JaxbHbmSimpleIdType value)
Sets the value of the id property.
value - allowed object is
JaxbHbmSimpleIdTypepublic JaxbHbmCompositeIdType getCompositeId()
Gets the value of the compositeId property.
JaxbHbmCompositeIdTypepublic void setCompositeId(JaxbHbmCompositeIdType value)
Sets the value of the compositeId property.
value - allowed object is
JaxbHbmCompositeIdTypepublic JaxbHbmEntityDiscriminatorType getDiscriminator()
Gets the value of the discriminator property.
JaxbHbmEntityDiscriminatorTypepublic void setDiscriminator(JaxbHbmEntityDiscriminatorType value)
Sets the value of the discriminator property.
value - allowed object is
JaxbHbmEntityDiscriminatorTypepublic JaxbHbmNaturalIdType getNaturalId()
Gets the value of the naturalId property.
JaxbHbmNaturalIdTypepublic void setNaturalId(JaxbHbmNaturalIdType value)
Sets the value of the naturalId property.
value - allowed object is
JaxbHbmNaturalIdTypepublic JaxbHbmVersionAttributeType getVersion()
Gets the value of the version property.
JaxbHbmVersionAttributeTypepublic void setVersion(JaxbHbmVersionAttributeType value)
Sets the value of the version property.
value - allowed object is
JaxbHbmVersionAttributeTypepublic JaxbHbmTimestampAttributeType getTimestamp()
Gets the value of the timestamp property.
JaxbHbmTimestampAttributeTypepublic void setTimestamp(JaxbHbmTimestampAttributeType value)
Sets the value of the timestamp property.
value - allowed object is
JaxbHbmTimestampAttributeTypepublic JaxbHbmMultiTenancyType getMultiTenancy()
Gets the value of the multiTenancy property.
JaxbHbmMultiTenancyTypepublic void setMultiTenancy(JaxbHbmMultiTenancyType value)
Sets the value of the multiTenancy property.
value - allowed object is
JaxbHbmMultiTenancyTypepublic List<Serializable> getAttributes()
Gets the value of the attributes property.
<p> 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 <CODE>set</CODE> method for the attributes property.
<p> For example, to add a new item, do as follows: <pre> getAttributes().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmIdBagCollectionType
JaxbHbmBasicAttributeType
JaxbHbmManyToOneType
JaxbHbmOneToOneType
JaxbHbmCompositeAttributeType
JaxbHbmDynamicComponentType
JaxbHbmPropertiesType
JaxbHbmAnyAssociationType
JaxbHbmMapType
JaxbHbmSetType
JaxbHbmListType
JaxbHbmBagCollectionType
JaxbHbmArrayType
JaxbHbmPrimitiveArrayType
getAttributes in interface EntityInfopublic List<JaxbHbmSecondaryTableType> getJoin()
Gets the value of the join property.
<p> 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 <CODE>set</CODE> method for the join property.
<p> For example, to add a new item, do as follows: <pre> getJoin().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmSecondaryTableType
getJoin in interface SecondaryTableContainerpublic List<JaxbHbmDiscriminatorSubclassEntityType> getSubclass()
Gets the value of the subclass property.
<p> 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 <CODE>set</CODE> method for the subclass property.
<p> For example, to add a new item, do as follows: <pre> getSubclass().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmDiscriminatorSubclassEntityType
public List<JaxbHbmJoinedSubclassEntityType> getJoinedSubclass()
Gets the value of the joinedSubclass property.
<p> 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 <CODE>set</CODE> method for the joinedSubclass property.
<p> For example, to add a new item, do as follows: <pre> getJoinedSubclass().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmJoinedSubclassEntityType
public List<JaxbHbmUnionSubclassEntityType> getUnionSubclass()
Gets the value of the unionSubclass property.
<p> 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 <CODE>set</CODE> method for the unionSubclass property.
<p> For example, to add a new item, do as follows: <pre> getUnionSubclass().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmUnionSubclassEntityType
public JaxbHbmLoaderType getLoader()
Gets the value of the loader property.
getLoader in interface EntityInfoJaxbHbmLoaderTypepublic void setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.
value - allowed object is
JaxbHbmLoaderTypepublic JaxbHbmCustomSqlDmlType getSqlInsert()
Gets the value of the sqlInsert property.
getSqlInsert in interface EntityInfoJaxbHbmCustomSqlDmlTypepublic void setSqlInsert(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlInsert property.
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlUpdate()
Gets the value of the sqlUpdate property.
getSqlUpdate in interface EntityInfoJaxbHbmCustomSqlDmlTypepublic void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlUpdate property.
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlDelete()
Gets the value of the sqlDelete property.
getSqlDelete in interface EntityInfoJaxbHbmCustomSqlDmlTypepublic void setSqlDelete(JaxbHbmCustomSqlDmlType value)
Sets the value of the sqlDelete property.
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic List<JaxbHbmFilterType> getFilter()
Gets the value of the filter property.
<p> 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 <CODE>set</CODE> method for the filter property.
<p> For example, to add a new item, do as follows: <pre> getFilter().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmFilterType
public List<JaxbHbmFetchProfileType> getFetchProfile()
Gets the value of the fetchProfile property.
<p> 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 <CODE>set</CODE> method for the fetchProfile property.
<p> For example, to add a new item, do as follows: <pre> getFetchProfile().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmFetchProfileType
getFetchProfile in interface EntityInfopublic List<JaxbHbmResultSetMappingType> getResultset()
Gets the value of the resultset property.
<p> 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 <CODE>set</CODE> method for the resultset property.
<p> For example, to add a new item, do as follows: <pre> getResultset().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmResultSetMappingType
getResultset in interface EntityInfopublic List<JaxbHbmNamedQueryType> getQuery()
Gets the value of the query property.
<p> 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 <CODE>set</CODE> method for the query property.
<p> For example, to add a new item, do as follows: <pre> getQuery().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmNamedQueryType
getQuery in interface EntityInfopublic List<JaxbHbmNamedNativeQueryType> getSqlQuery()
Gets the value of the sqlQuery property.
<p> 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 <CODE>set</CODE> method for the sqlQuery property.
<p> For example, to add a new item, do as follows: <pre> getSqlQuery().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JaxbHbmNamedNativeQueryType
getSqlQuery in interface EntityInfopublic String getCatalog()
Gets the value of the catalog property.
getCatalog in interface TableInformationContainerStringpublic void setCatalog(String value)
Sets the value of the catalog property.
value - allowed object is
Stringpublic String getCheck()
Gets the value of the check property.
Stringpublic void setCheck(String value)
Sets the value of the check property.
value - allowed object is
Stringpublic String getDiscriminatorValue()
Gets the value of the discriminatorValue property.
Stringpublic void setDiscriminatorValue(String value)
Sets the value of the discriminatorValue property.
value - allowed object is
Stringpublic boolean isMutable()
Gets the value of the mutable property.
Booleanpublic void setMutable(Boolean value)
Sets the value of the mutable property.
value - allowed object is
Booleanpublic OptimisticLockStyle getOptimisticLock()
Gets the value of the optimisticLock property.
Stringpublic void setOptimisticLock(OptimisticLockStyle value)
Sets the value of the optimisticLock property.
value - allowed object is
Stringpublic JaxbHbmPolymorphismEnum getPolymorphism()
Gets the value of the polymorphism property.
JaxbHbmPolymorphismEnumpublic void setPolymorphism(JaxbHbmPolymorphismEnum value)
Sets the value of the polymorphism property.
value - allowed object is
JaxbHbmPolymorphismEnumpublic String getRowid()
Gets the value of the rowid property.
Stringpublic void setRowid(String value)
Sets the value of the rowid property.
value - allowed object is
Stringpublic String getSchema()
Gets the value of the schema property.
getSchema in interface TableInformationContainerStringpublic void setSchema(String value)
Sets the value of the schema property.
value - allowed object is
Stringpublic String getSubselectAttribute()
Gets the value of the subselectAttribute property.
getSubselectAttribute in interface TableInformationContainerStringpublic void setSubselectAttribute(String value)
Sets the value of the subselectAttribute property.
value - allowed object is
Stringpublic String getTable()
Gets the value of the table property.
getTable in interface TableInformationContainerStringpublic void setTable(String value)
Sets the value of the table property.
value - allowed object is
Stringpublic String getWhere()
Gets the value of the where property.
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.