|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityCache
Session interface for entitymanagement. Basicly provides an entity cache for this Session.
| Method Summary | |
|---|---|
void |
addEntityToCache(java.lang.Object entity)
Stores an entity in the cache. |
java.lang.Object |
getEntityFromCache(WmId id)
Looks up an entity by id in the cache. |
void |
removeEntityFromCache(java.lang.Object entity)
Removes an entity from the cache. |
| Method Detail |
|---|
java.lang.Object getEntityFromCache(WmId id)
id - the id of the entity to retrieve
void addEntityToCache(java.lang.Object entity)
entity - the entity to store in the cachevoid removeEntityFromCache(java.lang.Object entity)
entity - the entity to be removed from the cache
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||