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

All Known Implementing Classes:
EntityTable.View (src)
Enclosing interface:
Table (src)

public static interface Table.View


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

Method Detail

flushDeleted

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

flushCreated

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

flushUpdated

public void flushUpdated()
                  throws java.sql.SQLException
Throws:
java.sql.SQLException

beforeCompletion

public void beforeCompletion()

committed

public void committed()

rolledback

public void rolledback()