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.
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.
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.