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.DuplicateKeyException
public 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.View
SQLException
public void flushCreated(Schema.Views views) throws SQLException
flushCreated
in interface Table.View
SQLException
public void flushUpdated() throws SQLException
flushUpdated
in interface Table.View
SQLException
public void beforeCompletion()
beforeCompletion
in interface Table.View
public void committed()
committed
in interface Table.View
public void rolledback()
rolledback
in interface Table.View
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.