public interface OrphanedKeyAction
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
orphan(java.lang.Object oid,
OpenJPAStateManager sm,
ValueMetaData vmd)
Callback received when OpenJPA discovers an orphaned key.
|
java.lang.Object orphan(java.lang.Object oid,
OpenJPAStateManager sm,
ValueMetaData vmd)
oid - the orphaned keysm - the instance representing the record in which the
key was discovered; may be nullvmd - the value in which the key was discoveredfmd; typically
nullCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.