SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.impl.jdbc.ormapping
Interface LoadSecondary

All Known Implementing Classes:
AbstractMapMapping, LobMapping, OneToManyMapping, ManyToManyMapping, OneToOneMapping, CollectionMapping

public interface LoadSecondary

Represents a field mapping that loads from a table apart from the primary table of the class or that should not be included in the initial SELECT.

Some mappings may contain data in both the primary table and a secondary table, in which they can also implement the LoadPrimary interface.


Method Summary
 void load(StateManagerImpl sm, Object[] pks, int field, SQLExecutionManager sqlem)
          Load the value of this mapping for the given instance.
 

Method Detail

load

public void load(StateManagerImpl sm,
                 Object[] pks,
                 int field,
                 SQLExecutionManager sqlem)
          throws SQLException
Load the value of this mapping for the given instance. Relations to other persistent types are loaded as PersistenceCapable instances.
Parameters:
stmnt - The caller is responsible for closing the statement.

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.