SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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

All Known Implementing Classes:
AbstractMapMapping

public interface Key

Represents a mapping that contains key as well as value information, such such as the various Map mappings.


Method Summary
 Column getKeyColumn()
          Return the key column of the mapping.
 void joinKey(ObjectSelect select)
          Join the key of this mapping to the given select statement.
 

Method Detail

joinKey

public void joinKey(ObjectSelect select)
Join the key of this mapping to the given select statement.

getKeyColumn

public Column getKeyColumn()
Return the key column of the mapping.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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