|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Transform that converts values being loaded or stored into the cache.
Method Summary | |
java.lang.Object |
get(Row row)
Return a value from the cache |
java.lang.Class |
getFieldClass()
Return the Java Class that will be returned by fetch and that should be passed to set. |
void |
set(Row row,
java.lang.Object value)
Set a value into the cache |
Method Detail |
public java.lang.Class getFieldClass()
public java.lang.Object get(Row row) throws FieldTransformException
row
- the row to fetch from
FieldTransformException
public void set(Row row, java.lang.Object value) throws FieldTransformException
row
- the row to store the value intovalue
- the value to be transformed
FieldTransformException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |