public class NoneOrphanedKeyAction extends Object implements OrphanedKeyAction
Constructor and Description |
---|
NoneOrphanedKeyAction() |
Modifier and Type | Method and Description |
---|---|
Object |
orphan(Object oid,
OpenJPAStateManager sm,
ValueMetaData vmd)
Callback received when OpenJPA discovers an orphaned key.
|
public Object orphan(Object oid, OpenJPAStateManager sm, ValueMetaData vmd)
OrphanedKeyAction
orphan
in interface OrphanedKeyAction
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
null
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.