当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
Schema (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc2.schema
Class Schema
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc2.schema.Schema
- public class Schema
- extends Object
- Version:
- $Revision: 1.6 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Schema
public Schema()
createEntityTable
public EntityTable createEntityTable(JDBCEntityMetaData metadata,
JDBCEntityBridge2 entity)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
createRelationTable
public RelationTable createRelationTable(JDBCCMRFieldBridge2 leftField,
JDBCCMRFieldBridge2 rightField)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
getView
public Table.View getView(EntityTable table)
getView
public Table.View getView(RelationTable table)
flush
public void flush()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.