public class JaxbHbmJoinedSubclassEntityType extends JaxbHbmSubclassEntityBaseDefinition implements java.io.Serializable, SubEntityInfo, TableInformationContainer, ToolingHintContainer
Java class for JoinedSubclassEntityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JoinedSubclassEntityType"> <complexContent> <extension base="{http://www.hibernate.org/xsd/orm/hbm}SubclassEntityBaseDefinition"> <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="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 maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.hibernate.org/xsd/orm/hbm}SingularAttributeGroup"/> <element name="idbag" type="{http://www.hibernate.org/xsd/orm/hbm}IdBagCollectionType"/> </choice> <element name="joined-subclass" type="{http://www.hibernate.org/xsd/orm/hbm}JoinedSubclassEntityType" maxOccurs="unbounded" minOccurs="0"/> <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" 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> <attGroup ref="{http://www.hibernate.org/xsd/orm/hbm}table-information-group"/> <attribute name="check" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="discriminator-value" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.io.Serializable> |
attributes |
protected java.lang.String |
catalog |
protected java.lang.String |
check |
protected java.lang.String |
comment |
protected java.lang.String |
discriminatorValue |
protected java.util.List<JaxbHbmFetchProfileType> |
fetchProfile |
protected java.util.List<JaxbHbmJoinedSubclassEntityType> |
joinedSubclass |
protected JaxbHbmKeyType |
key |
protected JaxbHbmLoaderType |
loader |
protected java.util.List<JaxbHbmNamedQueryType> |
query |
protected java.util.List<JaxbHbmResultSetMappingType> |
resultset |
protected java.lang.String |
schema |
protected JaxbHbmCustomSqlDmlType |
sqlDelete |
protected JaxbHbmCustomSqlDmlType |
sqlInsert |
protected java.util.List<JaxbHbmNamedNativeQueryType> |
sqlQuery |
protected JaxbHbmCustomSqlDmlType |
sqlUpdate |
protected java.lang.String |
subselect |
protected java.lang.String |
subselectAttribute |
protected java.util.List<JaxbHbmSynchronizeType> |
synchronize |
protected java.lang.String |
table |
protected java.util.List<JaxbHbmTuplizerType> |
tuplizer |
_extends
_abstract, batchSize, dynamicInsert, dynamicUpdate, entityName, lazy, name, node, persister, proxy, selectBeforeUpdate
toolingHints
Constructor and Description |
---|
JaxbHbmJoinedSubclassEntityType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.io.Serializable> |
getAttributes()
Gets the value of the attributes property.
|
java.lang.String |
getCatalog()
Gets the value of the catalog property.
|
java.lang.String |
getCheck()
Gets the value of the check property.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
java.lang.String |
getDiscriminatorValue()
Gets the value of the discriminatorValue property.
|
java.util.List<JaxbHbmFetchProfileType> |
getFetchProfile()
Gets the value of the fetchProfile property.
|
java.util.List<JaxbHbmJoinedSubclassEntityType> |
getJoinedSubclass()
Gets the value of the joinedSubclass property.
|
JaxbHbmKeyType |
getKey()
Gets the value of the key property.
|
JaxbHbmLoaderType |
getLoader()
Gets the value of the loader property.
|
java.util.List<JaxbHbmNamedQueryType> |
getQuery()
Gets the value of the query property.
|
java.util.List<JaxbHbmResultSetMappingType> |
getResultset()
Gets the value of the resultset property.
|
java.lang.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.
|
java.util.List<JaxbHbmNamedNativeQueryType> |
getSqlQuery()
Gets the value of the sqlQuery property.
|
JaxbHbmCustomSqlDmlType |
getSqlUpdate()
Gets the value of the sqlUpdate property.
|
java.lang.String |
getSubselect()
Gets the value of the subselect property.
|
java.lang.String |
getSubselectAttribute()
Gets the value of the subselectAttribute property.
|
java.util.List<JaxbHbmSynchronizeType> |
getSynchronize()
Gets the value of the synchronize property.
|
java.lang.String |
getTable()
Gets the value of the table property.
|
java.util.List<JaxbHbmTuplizerType> |
getTuplizer()
Gets the value of the tuplizer property.
|
void |
setCatalog(java.lang.String value)
Sets the value of the catalog property.
|
void |
setCheck(java.lang.String value)
Sets the value of the check property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setDiscriminatorValue(java.lang.String value)
Sets the value of the discriminatorValue property.
|
void |
setKey(JaxbHbmKeyType value)
Sets the value of the key property.
|
void |
setLoader(JaxbHbmLoaderType value)
Sets the value of the loader property.
|
void |
setSchema(java.lang.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(java.lang.String value)
Sets the value of the subselect property.
|
void |
setSubselectAttribute(java.lang.String value)
Sets the value of the subselectAttribute property.
|
void |
setTable(java.lang.String value)
Sets the value of the table property.
|
getExtends, setExtends
getBatchSize, getEntityName, getName, getNode, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate, setAbstract, setBatchSize, setDynamicInsert, setDynamicUpdate, setEntityName, setLazy, setName, setNode, setPersister, setProxy, setSelectBeforeUpdate
getToolingHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtends
getBatchSize, getEntityName, getName, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate
getToolingHints
protected java.util.List<JaxbHbmTuplizerType> tuplizer
protected java.lang.String subselect
protected java.util.List<JaxbHbmSynchronizeType> synchronize
protected java.lang.String comment
protected JaxbHbmKeyType key
protected java.util.List<java.io.Serializable> attributes
protected java.util.List<JaxbHbmJoinedSubclassEntityType> joinedSubclass
protected JaxbHbmLoaderType loader
protected JaxbHbmCustomSqlDmlType sqlInsert
protected JaxbHbmCustomSqlDmlType sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlDelete
protected java.util.List<JaxbHbmFetchProfileType> fetchProfile
protected java.util.List<JaxbHbmResultSetMappingType> resultset
protected java.util.List<JaxbHbmNamedQueryType> query
protected java.util.List<JaxbHbmNamedNativeQueryType> sqlQuery
protected java.lang.String check
protected java.lang.String discriminatorValue
protected java.lang.String schema
protected java.lang.String catalog
protected java.lang.String table
protected java.lang.String subselectAttribute
public java.util.List<JaxbHbmTuplizerType> getTuplizer()
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 set
method for the tuplizer property.
For example, to add a new item, do as follows:
getTuplizer().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmTuplizerType
getTuplizer
in interface EntityInfo
public java.lang.String getSubselect()
getSubselect
in interface TableInformationContainer
String
public void setSubselect(java.lang.String value)
value
- allowed object is
String
public java.util.List<JaxbHbmSynchronizeType> getSynchronize()
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 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
getSynchronize
in interface EntityInfo
public java.lang.String getComment()
String
public void setComment(java.lang.String value)
value
- allowed object is
String
public JaxbHbmKeyType getKey()
JaxbHbmKeyType
public void setKey(JaxbHbmKeyType value)
value
- allowed object is
JaxbHbmKeyType
public java.util.List<java.io.Serializable> getAttributes()
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 set
method for the attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmBasicAttributeType
JaxbHbmManyToOneType
JaxbHbmOneToOneType
JaxbHbmCompositeAttributeType
JaxbHbmDynamicComponentType
JaxbHbmPropertiesType
JaxbHbmAnyAssociationType
JaxbHbmMapType
JaxbHbmSetType
JaxbHbmListType
JaxbHbmBagCollectionType
JaxbHbmArrayType
JaxbHbmPrimitiveArrayType
JaxbHbmIdBagCollectionType
getAttributes
in interface EntityInfo
public java.util.List<JaxbHbmJoinedSubclassEntityType> getJoinedSubclass()
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 set
method for the joinedSubclass property.
For example, to add a new item, do as follows:
getJoinedSubclass().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmJoinedSubclassEntityType
public JaxbHbmLoaderType getLoader()
getLoader
in interface EntityInfo
JaxbHbmLoaderType
public void setLoader(JaxbHbmLoaderType value)
value
- allowed object is
JaxbHbmLoaderType
public JaxbHbmCustomSqlDmlType getSqlInsert()
getSqlInsert
in interface EntityInfo
JaxbHbmCustomSqlDmlType
public void setSqlInsert(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public JaxbHbmCustomSqlDmlType getSqlUpdate()
getSqlUpdate
in interface EntityInfo
JaxbHbmCustomSqlDmlType
public void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public JaxbHbmCustomSqlDmlType getSqlDelete()
getSqlDelete
in interface EntityInfo
JaxbHbmCustomSqlDmlType
public void setSqlDelete(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public java.util.List<JaxbHbmFetchProfileType> getFetchProfile()
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 set
method for the fetchProfile property.
For example, to add a new item, do as follows:
getFetchProfile().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmFetchProfileType
getFetchProfile
in interface EntityInfo
public java.util.List<JaxbHbmResultSetMappingType> getResultset()
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 set
method for the resultset property.
For example, to add a new item, do as follows:
getResultset().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmResultSetMappingType
getResultset
in interface EntityInfo
public java.util.List<JaxbHbmNamedQueryType> getQuery()
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 set
method for the query property.
For example, to add a new item, do as follows:
getQuery().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmNamedQueryType
getQuery
in interface EntityInfo
public java.util.List<JaxbHbmNamedNativeQueryType> getSqlQuery()
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 set
method for the sqlQuery property.
For example, to add a new item, do as follows:
getSqlQuery().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmNamedNativeQueryType
getSqlQuery
in interface EntityInfo
public java.lang.String getCheck()
String
public void setCheck(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDiscriminatorValue()
String
public void setDiscriminatorValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSchema()
getSchema
in interface TableInformationContainer
String
public void setSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCatalog()
getCatalog
in interface TableInformationContainer
String
public void setCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTable()
getTable
in interface TableInformationContainer
String
public void setTable(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubselectAttribute()
getSubselectAttribute
in interface TableInformationContainer
String
public void setSubselectAttribute(java.lang.String value)
value
- allowed object is
String
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.