|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RowReader
| 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 |
|---|
static final long serialVersionUID
| Method Detail |
|---|
java.lang.Object readObjectFrom(java.util.Map row)
row - the Map containing the new values
void refreshObject(java.lang.Object instance,
java.util.Map row)
instance - the instance to refreshrow - the Map containing the new values
void readObjectArrayFrom(ResultSetAndStatement rs,
java.util.Map row)
void readPkValuesFrom(ResultSetAndStatement rs,
java.util.Map row)
void setClassDescriptor(ClassDescriptor cld)
ClassDescriptor getClassDescriptor()
ClassDescriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||