|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tranql.cache.InTxCache
Constructor Summary | |
InTxCache(CacheFlushStrategy flushStrategy)
|
Method Summary | |
void |
add(CacheRow row)
|
void |
associate(CacheRow row)
|
void |
flush()
|
CacheRow |
get(GlobalIdentity id)
|
void |
modified(CacheRow row)
|
void |
remove(CacheRow row)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InTxCache(CacheFlushStrategy flushStrategy)
Method Detail |
public void associate(CacheRow row) throws AlreadyAssociatedException
AlreadyAssociatedException
public CacheRow get(GlobalIdentity id)
public void add(CacheRow row) throws AlreadyAssociatedException
AlreadyAssociatedException
public void modified(CacheRow row)
public void remove(CacheRow row)
public void flush() throws QueryException
QueryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |