public class TableCacheUpdate extends CacheUpdate
Modifier | Constructor and Description |
---|---|
protected |
TableCacheUpdate(CachedQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
add(Entity obj)
Called when an entity is added.
|
void |
delete(java.lang.Object key)
Called when an entity is deleted.
|
void |
update(Entity object)
Called when an entity is deleted.
|
update
protected TableCacheUpdate(CachedQuery query)
public void add(Entity obj)
add
in class CacheUpdate
public void delete(java.lang.Object key)
delete
in class CacheUpdate
public void update(Entity object)
update
in class CacheUpdate