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 TableInformationContainer
String
public void setSubselect(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public JaxbHbmKeyType getKey()
JaxbHbmKeyType
public void setKey(JaxbHbmKeyType value)
value
- allowed object is
JaxbHbmKeyType
public 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()
JaxbHbmCustomSqlDmlType
public void setSqlInsert(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public JaxbHbmCustomSqlDmlType getSqlUpdate()
JaxbHbmCustomSqlDmlType
public void setSqlUpdate(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public JaxbHbmCustomSqlDmlType getSqlDelete()
JaxbHbmCustomSqlDmlType
public void setSqlDelete(JaxbHbmCustomSqlDmlType value)
value
- allowed object is
JaxbHbmCustomSqlDmlType
public JaxbHbmFetchStyleEnum getFetch()
JaxbHbmFetchStyleEnum
public void setFetch(JaxbHbmFetchStyleEnum value)
value
- allowed object is
JaxbHbmFetchStyleEnum
public boolean isInverse()
Boolean
public void setInverse(Boolean value)
value
- allowed object is
Boolean
public boolean isOptional()
Boolean
public void setOptional(Boolean value)
value
- allowed object is
Boolean
public String getSchema()
getSchema
in interface TableInformationContainer
String
public void setSchema(String value)
value
- allowed object is
String
public String getCatalog()
getCatalog
in interface TableInformationContainer
String
public void setCatalog(String value)
value
- allowed object is
String
public String getTable()
getTable
in interface TableInformationContainer
String
public void setTable(String value)
value
- allowed object is
String
public String getSubselectAttribute()
getSubselectAttribute
in interface TableInformationContainer
String
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.