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.
|
updateprotected TableCacheUpdate(CachedQuery query)
public void add(Entity obj)
add in class CacheUpdatepublic void delete(java.lang.Object key)
delete in class CacheUpdatepublic void update(Entity object)
update in class CacheUpdate