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

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


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

All Known Implementing Classes:
EntityTable.View
Enclosing interface:
Table

public static interface Table.View


Method Summary
 void beforeCompletion()
           
 void committed()
           
 void flushCreated(Schema.Views views)
           
 void flushDeleted(Schema.Views views)
           
 void flushUpdated()
           
 void rolledback()
           
 

Method Detail

flushDeleted

public void flushDeleted(Schema.Views views)
                  throws SQLException
Throws:
SQLException

flushCreated

public void flushCreated(Schema.Views views)
                  throws SQLException
Throws:
SQLException

flushUpdated

public void flushUpdated()
                  throws SQLException
Throws:
SQLException

beforeCompletion

public void beforeCompletion()

committed

public void committed()

rolledback

public void rolledback()


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