Package org.apache.openjpa.event
Class ExceptionOrphanedKeyAction
- java.lang.Object
- 
- org.apache.openjpa.event.ExceptionOrphanedKeyAction
 
- 
- All Implemented Interfaces:
- OrphanedKeyAction
 
 public class ExceptionOrphanedKeyAction extends java.lang.Object implements OrphanedKeyAction Throw aObjectNotFoundExceptionwhen an orphaned key is discovered.- Since:
- 0.3.2.2
- Author:
- Abe White
 
- 
- 
Constructor SummaryConstructors Constructor Description ExceptionOrphanedKeyAction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectorphan(java.lang.Object oid, OpenJPAStateManager sm, ValueMetaData vmd)Callback received when OpenJPA discovers an orphaned key.
 
- 
- 
- 
Method Detail- 
orphanpublic java.lang.Object orphan(java.lang.Object oid, OpenJPAStateManager sm, ValueMetaData vmd)Description copied from interface:OrphanedKeyActionCallback received when OpenJPA discovers an orphaned key.- Specified by:
- orphanin interface- OrphanedKeyAction
- 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; typicallynull
 
 
- 
 
-