|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.RelationsCache
RelationsCache class is used for caching value of relation column if the tableMode is Cache in
Constructor Summary | |
RelationsCache()
Empty constructor of RelationsCache class |
Method Summary | |
java.lang.Object |
getRelationsCacheValue(java.lang.String key)
This method read value from relationCacheValue hashtable |
java.lang.String |
getRelationsCachType(java.lang.String key)
This method read value from relationCacheType hashtable |
void |
resetRelationsCache()
This method empty all values of hashtables: relationCacheValue and relationCacheType |
void |
setRelationsCacheType(java.lang.String key,
java.lang.String type)
This method sets the value of relationCacheType hashtable |
void |
setRelationsCacheValue(java.lang.String key,
java.lang.Object obj)
This method sets the value of relationCacheValue hashtable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RelationsCache()
Method Detail |
public void setRelationsCacheValue(java.lang.String key, java.lang.Object obj)
key
- is string which reperesents sql statementobj
- is value of this sql statementpublic void setRelationsCacheType(java.lang.String key, java.lang.String type)
key
- is string which reperesents sql statementtype
- is value of this sql statementpublic java.lang.Object getRelationsCacheValue(java.lang.String key)
key
- is string which reperesents sql statement
public java.lang.String getRelationsCachType(java.lang.String key)
key
- is string which reperesents sql statement
public void resetRelationsCache()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |