kodo.event
Class NoOrphanedKeyAction
java.lang.Object
|
+--kodo.event.NoOrphanedKeyAction
- All Implemented Interfaces:
- OrphanedKeyAction
- public class NoOrphanedKeyAction
- extends Object
- implements OrphanedKeyAction
Does nothing when an orphaned key is discovered.
- Since:
- 3.2.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOrphanedKeyAction
public NoOrphanedKeyAction()
orphan
public Object orphan(Object oid,
KodoStateManager sm,
FieldMetaData fmd)
- Description copied from interface:
OrphanedKeyAction
- Callback received when Kodo discovers an orphaned key.
- Specified by:
orphan in interface OrphanedKeyAction
- Following copied from interface:
kodo.event.OrphanedKeyAction
- Parameters:
oid - the orphaned keysm - the instance representing the record in which the
key was discoveredfmd - the field in which the key was discovered- Returns:
- the value to load into field
fmd; typically
null
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.