public class JaxbHbmSecondaryTableType extends Object implements Serializable, TableInformationContainer
Java class for SecondaryTableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecondaryTableType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" 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">
<element name="property" type="{http://www.hibernate.org/xsd/orm/hbm}BasicAttributeType"/>
<element name="many-to-one" type="{http://www.hibernate.org/xsd/orm/hbm}ManyToOneType"/>
<element name="component" type="{http://www.hibernate.org/xsd/orm/hbm}CompositeAttributeType"/>
<element name="dynamic-component" type="{http://www.hibernate.org/xsd/orm/hbm}dynamic-component-type"/>
<element name="any" type="{http://www.hibernate.org/xsd/orm/hbm}AnyAssociationType"/>
</choice>
<group ref="{http://www.hibernate.org/xsd/orm/hbm}CustomSqlDmlGroup"/>
</sequence>
<attGroup ref="{http://www.hibernate.org/xsd/orm/hbm}table-information-group"/>
<attribute name="fetch" type="{http://www.hibernate.org/xsd/orm/hbm}FetchStyleEnum" default="join" />
<attribute name="inverse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
attributes |
protected String |
catalog |
protected String |
comment |
protected JaxbHbmFetchStyleEnum |
fetch |
protected Boolean |
inverse |
protected JaxbHbmKeyType |
key |
protected Boolean |
optional |
protected String |
schema |
protected JaxbHbmCustomSqlDmlType |
sqlDelete |
protected JaxbHbmCustomSqlDmlType |
sqlInsert |
protected JaxbHbmCustomSqlDmlType |
sqlUpdate |
protected String |
subselect |
protected String |
subselectAttribute |
protected String |
table |
| Constructor and Description |
|---|
JaxbHbmSecondaryTableType() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getAttributes()
Gets the value of the attributes property.
|
String |
getCatalog()
Gets the value of the catalog property.
|
String |
getComment()
Gets the value of the comment property.
|
JaxbHbmFetchStyleEnum |
getFetch()
Gets the value of the fetch property.
|
JaxbHbmKeyType |
getKey()
Gets the value of the key 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.
|
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.
|
String |
getTable()
Gets the value of the table property.
|
boolean |
isInverse()
Gets the value of the inverse property.
|
boolean |
isOptional()
Gets the value of the optional property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setFetch(JaxbHbmFetchStyleEnum value)
Sets the value of the fetch property.
|
void |
setInverse(Boolean value)
Sets the value of the inverse property.
|
void |
setKey(JaxbHbmKeyType value)
Sets the value of the key property.
|
void |
setOptional(Boolean value)
Sets the value of the optional 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.
|
protected String subselect
protected String comment
protected JaxbHbmKeyType key
protected List<Serializable> attributes
protected JaxbHbmCustomSqlDmlType sqlInsert
protected JaxbHbmCustomSqlDmlType sqlUpdate
protected JaxbHbmCustomSqlDmlType sqlDelete
protected JaxbHbmFetchStyleEnum fetch
protected Boolean inverse
protected Boolean optional
protected String schema
protected String catalog
protected String table
protected String subselectAttribute
public String getSubselect()
getSubselect in interface TableInformationContainerStringpublic void setSubselect(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic JaxbHbmKeyType getKey()
JaxbHbmKeyTypepublic void setKey(JaxbHbmKeyType value)
value - allowed object is
JaxbHbmKeyTypepublic List<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
JaxbHbmCompositeAttributeType
JaxbHbmDynamicComponentType
JaxbHbmAnyAssociationType
public JaxbHbmCustomSqlDmlType getSqlInsert()
JaxbHbmCustomSqlDmlTypepublic void setSqlInsert(JaxbHbmCustomSqlDmlType value)
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlUpdate()
JaxbHbmCustomSqlDmlTypepublic void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmCustomSqlDmlType getSqlDelete()
JaxbHbmCustomSqlDmlTypepublic void setSqlDelete(JaxbHbmCustomSqlDmlType value)
value - allowed object is
JaxbHbmCustomSqlDmlTypepublic JaxbHbmFetchStyleEnum getFetch()
JaxbHbmFetchStyleEnumpublic void setFetch(JaxbHbmFetchStyleEnum value)
value - allowed object is
JaxbHbmFetchStyleEnumpublic boolean isInverse()
Booleanpublic void setInverse(Boolean value)
value - allowed object is
Booleanpublic boolean isOptional()
Booleanpublic void setOptional(Boolean value)
value - allowed object is
Booleanpublic String getSchema()
getSchema in interface TableInformationContainerStringpublic void setSchema(String value)
value - allowed object is
Stringpublic String getCatalog()
getCatalog in interface TableInformationContainerStringpublic void setCatalog(String value)
value - allowed object is
Stringpublic String getTable()
getTable in interface TableInformationContainerStringpublic void setTable(String value)
value - allowed object is
Stringpublic String getSubselectAttribute()
getSubselectAttribute in interface TableInformationContainerStringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.