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

Packages that use OrphanedKeyAction
org.apache.openjpa.conf OpenJPA Configuration This package provides base OpenJPA configuration interfaces. 
org.apache.openjpa.event OpenJPA Events This package provides some interfaces and useful implementations for OpenJPA's event notification framework. 
 

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–2013 Apache Software Foundation. All rights reserved.