Kodo 4.0.0RC2 generated on May 12 2006

kodo.event
Interface OrphanedKeyAction


public interface OrphanedKeyAction

Perform an action when Kodo detects an orphaned key in the database.

Since:
3.2.2

Method Summary
 Object orphan(Object oid, KodoStateManager sm, ValueMetaData vmd)
          Callback received when Kodo discovers an orphaned key.
 

Method Detail

orphan

Object orphan(Object oid,
              KodoStateManager sm,
              ValueMetaData vmd)
Callback received when Kodo discovers an orphaned key.

Parameters:
oid - the orphaned key
sm - the instance representing the record in which the key was discovered; may be null
vmd - the value in which the key was discovered
Returns:
the value to load into field fmd; typically null

Kodo 4.0.0RC2 generated on May 12 2006

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.