当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
RelationTable (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc2.schema
Class RelationTable
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc2.schema.RelationTable
- All Implemented Interfaces:
- Table
- public class RelationTable
- extends Object
- implements Table
- Version:
- $Revision: 1.3 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationTable
public RelationTable(JDBCCMRFieldBridge2 leftField,
JDBCCMRFieldBridge2 rightField,
Schema schema,
int tableId)
throws org.jboss.deployment.DeploymentException
addRelation
public void addRelation(JDBCCMRFieldBridge2 field1,
Object key1,
JDBCCMRFieldBridge2 field2,
Object key2)
removeRelation
public void removeRelation(JDBCCMRFieldBridge2 field1,
Object key1,
JDBCCMRFieldBridge2 field2,
Object key2)
getTableId
public int getTableId()
- Specified by:
getTableId
in interface Table
getTableName
public String getTableName()
- Specified by:
getTableName
in interface Table
createView
public Table.View createView(Transaction tx)
- Specified by:
createView
in interface Table
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.