com.triactive.jdo.store.mapping
Interface PostInsertProcessing
- All Superinterfaces:
- PostWriteProcessing
- All Known Implementing Classes:
- OracleBlobMapping, OracleClobMapping
- public interface PostInsertProcessing
- extends PostWriteProcessing
A column mapping that performs additional tasks after a new row has been
inserted in the database.
- Author:
- Mike Martin
Method Summary |
void |
postInsert(StateManager sm,
java.sql.Connection conn,
java.lang.Object value)
Called after a SQL INSERT has been performed. |
postInsert
public void postInsert(StateManager sm,
java.sql.Connection conn,
java.lang.Object value)
- Called after a SQL INSERT has been performed.
- Parameters:
sm
- The state manager of the instance owning the Java object being
inserted.conn
- The connection on which the INSERT has been performed.value
- The column value being inserted.
Copyright © 2001-2007 The TJDO Project All Rights Reserved.