|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents a field mapping that loads from the primary table for the class the field belongs to.
Some mappings may contain data in both the primary table and a secondary
table, in which they can also implement the
LoadSecondary interface. One such relation is a
1-1 relation, which holds the PK of the related object in the primary
table, but loads the object itself from a secondary table.
| Method Summary | |
void |
load(StateManagerImpl sm,
int field,
ResultSet rs,
int startColumn)
Load the value of this mapping from the ResultSet produced by the Select passed to the select(com.solarmetric.kodo.impl.jdbc.sql.Select) method. |
void |
select(Select select)
Select the value of this mapping. |
| Method Detail |
public void select(Select select)
public void load(StateManagerImpl sm,
int field,
ResultSet rs,
int startColumn)
throws SQLException
select(com.solarmetric.kodo.impl.jdbc.sql.Select) method.
|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||