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

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


org.jboss.ejb.plugins.cmp.jdbc2.schema
Interface Table

All Known Implementing Classes:
EntityTable, RelationTable

public interface Table

Version:
$Revision: 1.3 $
Author:
Alexey Loubyansky

Nested Class Summary
static interface Table.View
           
 
Method Summary
 Table.View createView(Transaction tx)
           
 int getTableId()
           
 String getTableName()
           
 

Method Detail

getTableId

public int getTableId()

getTableName

public String getTableName()

createView

public Table.View createView(Transaction tx)


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