站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

JDBCAbstractEntityBridge (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.plugins.cmp.jdbc.bridge
Interface JDBCAbstractEntityBridge

All Superinterfaces:
EntityBridge
All Known Implementing Classes:
JDBCEntityBridge, JDBCEntityBridge2

public interface JDBCAbstractEntityBridge
extends EntityBridge

Version:
$Revision: 1.3 $
Author:
Alexey Loubyansky

Method Summary
 JDBCAbstractCMRFieldBridge[] getCMRFields()
           
 DataSource getDataSource()
           
 boolean[] getLoadGroupMask(String eagerLoadGroupName)
           
 JDBCEntityPersistenceStore getManager()
           
 JDBCEntityMetaData getMetaData()
           
 JDBCFieldBridge[] getPrimaryKeyFields()
           
 String getQualifiedTableName()
           
 JDBCFieldBridge[] getTableFields()
           
 String getTableName()
           
 
Methods inherited from interface org.jboss.ejb.plugins.cmp.bridge.EntityBridge
getAbstractSchemaName, getEntityName, getFieldByName, getLocalInterface, getRemoteInterface
 

Method Detail

getPrimaryKeyFields

public JDBCFieldBridge[] getPrimaryKeyFields()

getCMRFields

public JDBCAbstractCMRFieldBridge[] getCMRFields()

getTableFields

public JDBCFieldBridge[] getTableFields()

getManager

public JDBCEntityPersistenceStore getManager()

getTableName

public String getTableName()

getQualifiedTableName

public String getQualifiedTableName()

getDataSource

public DataSource getDataSource()

getLoadGroupMask

public boolean[] getLoadGroupMask(String eagerLoadGroupName)

getMetaData

public JDBCEntityMetaData getMetaData()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.