|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.cmp.RelationTableMapping
public class RelationTableMapping
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>
Field Summary | |
---|---|
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 Summary | |
---|---|
RelationTableMapping()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TableName tableName
protected Datasource datasource
protected DatasourceMapping datasourceMapping
protected CreateTable createTable
protected RemoveTable removeTable
protected PostTableCreate postTableCreate
protected RowLocking rowLocking
protected PkConstraint pkConstraint
Constructor Detail |
---|
public RelationTableMapping()
Method Detail |
---|
public TableName getTableName()
TableName
public void setTableName(TableName value)
value
- allowed object is
TableName
public Datasource getDatasource()
Datasource
public void setDatasource(Datasource value)
value
- allowed object is
Datasource
public DatasourceMapping getDatasourceMapping()
DatasourceMapping
public void setDatasourceMapping(DatasourceMapping value)
value
- allowed object is
DatasourceMapping
public CreateTable getCreateTable()
CreateTable
public void setCreateTable(CreateTable value)
value
- allowed object is
CreateTable
public RemoveTable getRemoveTable()
RemoveTable
public void setRemoveTable(RemoveTable value)
value
- allowed object is
RemoveTable
public PostTableCreate getPostTableCreate()
PostTableCreate
public void setPostTableCreate(PostTableCreate value)
value
- allowed object is
PostTableCreate
public RowLocking getRowLocking()
RowLocking
public void setRowLocking(RowLocking value)
value
- allowed object is
RowLocking
public PkConstraint getPkConstraint()
PkConstraint
public void setPkConstraint(PkConstraint value)
value
- allowed object is
PkConstraint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |