org.apache.openjpa.event
Class ExceptionOrphanedKeyAction
java.lang.Object
org.apache.openjpa.event.ExceptionOrphanedKeyAction
- All Implemented Interfaces:
- OrphanedKeyAction
public class ExceptionOrphanedKeyAction
- extends Object
- implements OrphanedKeyAction
Throw a ObjectNotFoundException
when an orphaned key is discovered.
- Since:
- 0.3.2.2
- Author:
- Abe White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionOrphanedKeyAction
public ExceptionOrphanedKeyAction()
orphan
public Object orphan(Object oid,
OpenJPAStateManager sm,
ValueMetaData vmd)
- Description copied from interface:
OrphanedKeyAction
- Callback received when OpenJPA discovers an orphaned key.
- Specified by:
orphan
in interface OrphanedKeyAction
- Parameters:
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 discovered
- Returns:
- the value to load into field
fmd
; typically
null
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.