SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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

All Known Implementing Classes:
BlobMapping, ClobMapping, LobMapping, OneToOneMapping, ValueMapping

public interface StorePrimary

Represents a field mapping that stores into the primary table for the class the field belongs to.


Method Summary
 void delete(Delete del, StateManagerImpl sm, int field)
          Delete the field from the primary table for this mapping.
 void insert(Insert insert, StateManagerImpl sm, int field)
          Insert the given field into the primary table for this mapping.
 void update(Update update, StateManagerImpl sm, int field)
          Update the given field into the primary table for this mapping.
 

Method Detail

insert

public void insert(Insert insert,
                   StateManagerImpl sm,
                   int field)
            throws SQLException
Insert the given field into the primary table for this mapping.

update

public void update(Update update,
                   StateManagerImpl sm,
                   int field)
            throws SQLException
Update the given field into the primary table for this mapping.

delete

public void delete(Delete del,
                   StateManagerImpl sm,
                   int field)
            throws SQLException
Delete the field from the primary table for this mapping.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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