public class EntityTable.View extends Object implements Table.View
| Constructor and Description |
|---|
EntityTable.View(Transaction tx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClean(EntityTable.Row row) |
void |
addCreated(EntityTable.Row row) |
void |
addRowWithNullFk(EntityTable.Row row) |
void |
beforeCompletion() |
void |
committed() |
void |
flushCreated(Schema.Views views) |
void |
flushDeleted(Schema.Views views) |
void |
flushUpdated() |
EntityTable.Row |
getRow(Object pk) |
EntityTable.Row |
getRowByPk(Object pk,
boolean required) |
boolean |
hasRow(Object id) |
Object |
loadPk(ResultSet rs) |
EntityTable.Row |
loadRow(ResultSet rs,
Object pk,
boolean searchableOnly) |
void |
rolledback() |
public EntityTable.View(Transaction tx)
public EntityTable.Row getRow(Object pk)
public EntityTable.Row getRowByPk(Object pk, boolean required)
public void addClean(EntityTable.Row row)
public void addCreated(EntityTable.Row row) throws javax.ejb.DuplicateKeyException
javax.ejb.DuplicateKeyExceptionpublic EntityTable.Row loadRow(ResultSet rs, Object pk, boolean searchableOnly)
public boolean hasRow(Object id)
public void addRowWithNullFk(EntityTable.Row row)
public void flushDeleted(Schema.Views views) throws SQLException
flushDeleted in interface Table.ViewSQLExceptionpublic void flushCreated(Schema.Views views) throws SQLException
flushCreated in interface Table.ViewSQLExceptionpublic void flushUpdated()
throws SQLException
flushUpdated in interface Table.ViewSQLExceptionpublic void beforeCompletion()
beforeCompletion in interface Table.Viewpublic void committed()
committed in interface Table.Viewpublic void rolledback()
rolledback in interface Table.ViewCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.