SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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

All Known Implementing Classes:
ManyToManyMapping, NToManyMapMapping, OneToManyMapping, OneToOneMapping

public interface Relation

Mapping that refers to another persistent Object type.


Field Summary
static String INVERSE
          Metadata extension key used to mark the name of the inverse field in a two-sided relation.
static String READ_ONLY
          Metadata extension key used to mark the name of a read-only field in a two-sided relation.
 
Method Summary
 JDBCConfiguration getConfiguration()
          Return the mapping's configuration.
 Column[] getRelationPKColumns()
          Return the primary key column(s) of the related object.
 Class getRelationType()
          Return the type the mapping relates to.
 

Field Detail

INVERSE

public static final String INVERSE
Metadata extension key used to mark the name of the inverse field in a two-sided relation.

READ_ONLY

public static final String READ_ONLY
Metadata extension key used to mark the name of a read-only field in a two-sided relation.
Method Detail

getRelationType

public Class getRelationType()
Return the type the mapping relates to.

getConfiguration

public JDBCConfiguration getConfiguration()
Return the mapping's configuration.

getRelationPKColumns

public Column[] getRelationPKColumns()
Return the primary key column(s) of the related object.

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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