public class TableInvalidateCompletion extends java.lang.Object implements AmberCompletion
Constructor and Description |
---|
TableInvalidateCompletion(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 TableInvalidateCompletion(java.lang.String table)
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