public class RelationTableMapping
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jboss.org}table-name" minOccurs="0"/>
<sequence minOccurs="0">
<element ref="{http://jboss.org}datasource"/>
<element ref="{http://jboss.org}datasource-mapping"/>
</sequence>
<element ref="{http://jboss.org}create-table" minOccurs="0"/>
<element ref="{http://jboss.org}remove-table" minOccurs="0"/>
<element ref="{http://jboss.org}post-table-create" minOccurs="0"/>
<element ref="{http://jboss.org}row-locking" minOccurs="0"/>
<element ref="{http://jboss.org}pk-constraint" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreateTable |
createTable |
protected Datasource |
datasource |
protected DatasourceMapping |
datasourceMapping |
protected PkConstraint |
pkConstraint |
protected PostTableCreate |
postTableCreate |
protected RemoveTable |
removeTable |
protected RowLocking |
rowLocking |
protected TableName |
tableName |
| Constructor and Description |
|---|
RelationTableMapping() |
| Modifier and Type | Method and Description |
|---|---|
CreateTable |
getCreateTable()
Gets the value of the createTable property.
|
Datasource |
getDatasource()
Gets the value of the datasource property.
|
DatasourceMapping |
getDatasourceMapping()
Gets the value of the datasourceMapping property.
|
PkConstraint |
getPkConstraint()
Gets the value of the pkConstraint property.
|
PostTableCreate |
getPostTableCreate()
Gets the value of the postTableCreate property.
|
RemoveTable |
getRemoveTable()
Gets the value of the removeTable property.
|
RowLocking |
getRowLocking()
Gets the value of the rowLocking property.
|
TableName |
getTableName()
Gets the value of the tableName property.
|
void |
setCreateTable(CreateTable value)
Sets the value of the createTable property.
|
void |
setDatasource(Datasource value)
Sets the value of the datasource property.
|
void |
setDatasourceMapping(DatasourceMapping value)
Sets the value of the datasourceMapping property.
|
void |
setPkConstraint(PkConstraint value)
Sets the value of the pkConstraint property.
|
void |
setPostTableCreate(PostTableCreate value)
Sets the value of the postTableCreate property.
|
void |
setRemoveTable(RemoveTable value)
Sets the value of the removeTable property.
|
void |
setRowLocking(RowLocking value)
Sets the value of the rowLocking property.
|
void |
setTableName(TableName value)
Sets the value of the tableName property.
|
protected TableName tableName
protected Datasource datasource
protected DatasourceMapping datasourceMapping
protected CreateTable createTable
protected RemoveTable removeTable
protected PostTableCreate postTableCreate
protected RowLocking rowLocking
protected PkConstraint pkConstraint
public TableName getTableName()
TableNamepublic void setTableName(TableName value)
value - allowed object is
TableNamepublic Datasource getDatasource()
Datasourcepublic void setDatasource(Datasource value)
value - allowed object is
Datasourcepublic DatasourceMapping getDatasourceMapping()
DatasourceMappingpublic void setDatasourceMapping(DatasourceMapping value)
value - allowed object is
DatasourceMappingpublic CreateTable getCreateTable()
CreateTablepublic void setCreateTable(CreateTable value)
value - allowed object is
CreateTablepublic RemoveTable getRemoveTable()
RemoveTablepublic void setRemoveTable(RemoveTable value)
value - allowed object is
RemoveTablepublic PostTableCreate getPostTableCreate()
PostTableCreatepublic void setPostTableCreate(PostTableCreate value)
value - allowed object is
PostTableCreatepublic RowLocking getRowLocking()
RowLockingpublic void setRowLocking(RowLocking value)
value - allowed object is
RowLockingpublic PkConstraint getPkConstraint()
PkConstraintpublic void setPkConstraint(PkConstraint value)
value - allowed object is
PkConstraint