Package org.apache.openejb.jee.jba.cmp
Class RelationTableMapping
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.RelationTableMapping
-
public class RelationTableMapping extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CreateTablecreateTableprotected Datasourcedatasourceprotected DatasourceMappingdatasourceMappingprotected PkConstraintpkConstraintprotected PostTableCreatepostTableCreateprotected RemoveTableremoveTableprotected RowLockingrowLockingprotected TableNametableName
-
Constructor Summary
Constructors Constructor Description RelationTableMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTablegetCreateTable()Gets the value of the createTable property.DatasourcegetDatasource()Gets the value of the datasource property.DatasourceMappinggetDatasourceMapping()Gets the value of the datasourceMapping property.PkConstraintgetPkConstraint()Gets the value of the pkConstraint property.PostTableCreategetPostTableCreate()Gets the value of the postTableCreate property.RemoveTablegetRemoveTable()Gets the value of the removeTable property.RowLockinggetRowLocking()Gets the value of the rowLocking property.TableNamegetTableName()Gets the value of the tableName property.voidsetCreateTable(CreateTable value)Sets the value of the createTable property.voidsetDatasource(Datasource value)Sets the value of the datasource property.voidsetDatasourceMapping(DatasourceMapping value)Sets the value of the datasourceMapping property.voidsetPkConstraint(PkConstraint value)Sets the value of the pkConstraint property.voidsetPostTableCreate(PostTableCreate value)Sets the value of the postTableCreate property.voidsetRemoveTable(RemoveTable value)Sets the value of the removeTable property.voidsetRowLocking(RowLocking value)Sets the value of the rowLocking property.voidsetTableName(TableName value)Sets the value of the tableName property.
-
-
-
Field Detail
-
tableName
protected TableName tableName
-
datasource
protected Datasource datasource
-
datasourceMapping
protected DatasourceMapping datasourceMapping
-
createTable
protected CreateTable createTable
-
removeTable
protected RemoveTable removeTable
-
postTableCreate
protected PostTableCreate postTableCreate
-
rowLocking
protected RowLocking rowLocking
-
pkConstraint
protected PkConstraint pkConstraint
-
-
Method Detail
-
getTableName
public TableName getTableName()
Gets the value of the tableName property.- Returns:
- possible object is
TableName
-
setTableName
public void setTableName(TableName value)
Sets the value of the tableName property.- Parameters:
value- allowed object isTableName
-
getDatasource
public Datasource getDatasource()
Gets the value of the datasource property.- Returns:
- possible object is
Datasource
-
setDatasource
public void setDatasource(Datasource value)
Sets the value of the datasource property.- Parameters:
value- allowed object isDatasource
-
getDatasourceMapping
public DatasourceMapping getDatasourceMapping()
Gets the value of the datasourceMapping property.- Returns:
- possible object is
DatasourceMapping
-
setDatasourceMapping
public void setDatasourceMapping(DatasourceMapping value)
Sets the value of the datasourceMapping property.- Parameters:
value- allowed object isDatasourceMapping
-
getCreateTable
public CreateTable getCreateTable()
Gets the value of the createTable property.- Returns:
- possible object is
CreateTable
-
setCreateTable
public void setCreateTable(CreateTable value)
Sets the value of the createTable property.- Parameters:
value- allowed object isCreateTable
-
getRemoveTable
public RemoveTable getRemoveTable()
Gets the value of the removeTable property.- Returns:
- possible object is
RemoveTable
-
setRemoveTable
public void setRemoveTable(RemoveTable value)
Sets the value of the removeTable property.- Parameters:
value- allowed object isRemoveTable
-
getPostTableCreate
public PostTableCreate getPostTableCreate()
Gets the value of the postTableCreate property.- Returns:
- possible object is
PostTableCreate
-
setPostTableCreate
public void setPostTableCreate(PostTableCreate value)
Sets the value of the postTableCreate property.- Parameters:
value- allowed object isPostTableCreate
-
getRowLocking
public RowLocking getRowLocking()
Gets the value of the rowLocking property.- Returns:
- possible object is
RowLocking
-
setRowLocking
public void setRowLocking(RowLocking value)
Sets the value of the rowLocking property.- Parameters:
value- allowed object isRowLocking
-
getPkConstraint
public PkConstraint getPkConstraint()
Gets the value of the pkConstraint property.- Returns:
- possible object is
PkConstraint
-
setPkConstraint
public void setPkConstraint(PkConstraint value)
Sets the value of the pkConstraint property.- Parameters:
value- allowed object isPkConstraint
-
-