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: 57209 $
- 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.