com.triactive.jdo.store.mapping
Interface PostUpdateProcessing

All Superinterfaces:
PostWriteProcessing
All Known Implementing Classes:
OracleBlobMapping, OracleClobMapping

public interface PostUpdateProcessing
extends PostWriteProcessing

A column mapping that performs additional tasks after a row has been updated in the database.

Author:
Mike Martin

Method Summary
 void postUpdate(StateManager sm, java.sql.Connection conn, java.lang.Object value)
          Called after a SQL UPDATE has been performed.
 

Method Detail

postUpdate

public void postUpdate(StateManager sm,
                       java.sql.Connection conn,
                       java.lang.Object value)
Called after a SQL UPDATE has been performed.

Parameters:
sm - The state manager of the instance owning the Java object being updated.
conn - The connection on which the UPDATE has been performed.
value - The column value being updated.


Copyright © 2001-2007 The TJDO Project All Rights Reserved.