|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.server.EntityCache
The EntityCache caches queried rows for a particular EntityImpl.
Constructor Summary |
EntityCache()
Constructor. |
Method Summary |
Type | Method |
---|---|
protected void |
deliverEntityEvent(EntityEvent event)
Notify EntityListeners of a EntityImpl properties or state has changed. |
protected void |
init(DBTransactionImpl trans,
EntityDefImpl entityDef)
|
protected void |
replace(EntityImpl srow,
Key okey)
Remove a row in cache and add it in using the new key values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntityCache()
Method Detail |
protected void init(DBTransactionImpl trans, EntityDefImpl entityDef)
protected void deliverEntityEvent(EntityEvent event)
sRow
- The EntityImpl on which event has occurred.eventType
- The type of event.protected final void replace(EntityImpl srow, Key okey)
srow
- the row to be replaced.okey
- the original key.
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |