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: 81030 $
- 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 DeploymentException
- Throws:
DeploymentException
createRelationTable
public RelationTable createRelationTable(JDBCCMRFieldBridge2 leftField,
JDBCCMRFieldBridge2 rightField)
throws DeploymentException
- Throws:
DeploymentException
getView
public Table.View getView(EntityTable table)
getView
public Table.View getView(RelationTable table)
flush
public void flush()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.