SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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

All Known Implementing Classes:
OrderedManyToManyMapping, OrderedCollectionMapping

public interface Ordered

Mapping that holds multiple elements in order.


Field Summary
static String ORDER_COL
          Metadata extension key used to mark the name of the column used to hold the relative element order.
static String ORDERED
          Metadata extension key used to mark whether a Collection field should be kept in order.
 

Field Detail

ORDER_COL

public static final String ORDER_COL
Metadata extension key used to mark the name of the column used to hold the relative element order.

ORDERED

public static final String ORDERED
Metadata extension key used to mark whether a Collection field should be kept in order.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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