|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static long |
serialVersionUID
|
| Method Summary | |
ClassDescriptor |
getClassDescriptor()
Returns the associated ClassDescriptor |
void |
readObjectArrayFrom(ResultSetAndStatement rs,
java.util.Map row)
Read all fields from the current ResultRow into the Object[] row.# ConversionStrategies are applied here! |
java.lang.Object |
readObjectFrom(java.util.Map row)
materialize a single object from the values of the Map row. |
void |
readPkValuesFrom(ResultSetAndStatement rs,
java.util.Map row)
Read primary key fields from the current ResultRow into the Object[] row.# ConversionStrategies are applied here! |
void |
refreshObject(java.lang.Object instance,
java.util.Map row)
refresh an existing instance from the values of the Map row. |
void |
setClassDescriptor(ClassDescriptor cld)
Set the descriptor this RowReader worked with. |
| Field Detail |
public static final long serialVersionUID
| Method Detail |
public java.lang.Object readObjectFrom(java.util.Map row)
row - the Map containing the new values
public void refreshObject(java.lang.Object instance,
java.util.Map row)
instance - the instance to refreshrow - the Map containing the new values
public void readObjectArrayFrom(ResultSetAndStatement rs,
java.util.Map row)
public void readPkValuesFrom(ResultSetAndStatement rs,
java.util.Map row)
public void setClassDescriptor(ClassDescriptor cld)
public ClassDescriptor getClassDescriptor()
ClassDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||