|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranql.ejb.IdAsEJBObjectTransform
public class IdAsEJBObjectTransform
Field transform that converts a primary key into a EJBObject.
| Constructor Summary | |
|---|---|
IdAsEJBObjectTransform(FieldTransform next,
EJBProxyFactory factory,
java.lang.Class pkClass)
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdAsEJBObjectTransform(FieldTransform next,
EJBProxyFactory factory,
java.lang.Class pkClass)
| Method Detail |
|---|
public java.lang.Class getFieldClass()
FieldTransform
getFieldClass in interface FieldTransform
public java.lang.Object get(Row row)
throws FieldTransformException
FieldTransform
get in interface FieldTransformrow - the row to fetch from
FieldTransformException
public void set(Row row,
java.lang.Object value)
throws FieldTransformException
FieldTransform
set in interface FieldTransformrow - 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 | |||||||||