Uses of Interface
org.apache.openjpa.event.OrphanedKeyAction

Packages that use OrphanedKeyAction
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.event OpenJPA Events 
 

Uses of OrphanedKeyAction in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return OrphanedKeyAction
 OrphanedKeyAction OpenJPAConfigurationImpl.getOrphanedKeyActionInstance()
           
 OrphanedKeyAction OpenJPAConfiguration.getOrphanedKeyActionInstance()
          The action to take when an orphaned key is detected.
 

Methods in org.apache.openjpa.conf with parameters of type OrphanedKeyAction
 void OpenJPAConfigurationImpl.setOrphanedKeyAction(OrphanedKeyAction action)
           
 void OpenJPAConfiguration.setOrphanedKeyAction(OrphanedKeyAction action)
          The action to take when an orphaned key is detected.
 

Uses of OrphanedKeyAction in org.apache.openjpa.event
 

Classes in org.apache.openjpa.event that implement OrphanedKeyAction
 class ExceptionOrphanedKeyAction
          Throw a ObjectNotFoundException when an orphaned key is discovered.
 class LogOrphanedKeyAction
          Log a message when an orphaned key is discovered.
 class NoneOrphanedKeyAction
          Does nothing when an orphaned key is discovered.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01