public class RowInsertCompletion extends java.lang.Object implements AmberCompletion
Constructor and Description |
---|
RowInsertCompletion(java.lang.String table) |
Modifier and Type | Method and Description |
---|---|
boolean |
complete(EntityType rootType,
java.lang.Object key,
EntityItem entityItem)
Code when the transaction completes.
|
boolean |
complete(ResultSetCacheChunk chunk)
Code to invalidate the query.
|
boolean |
equals(java.lang.Object o)
Returns true for equality.
|
public boolean complete(EntityType rootType, java.lang.Object key, EntityItem entityItem)
complete
in interface AmberCompletion
public boolean complete(ResultSetCacheChunk chunk)
complete
in interface AmberCompletion
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object