Uses of Interface
org.apache.openjpa.event.OrphanedKeyAction
Package
Description
OpenJPA Configuration
OpenJPA Events
-
Uses of OrphanedKeyAction in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.getOrphanedKeyActionInstance()
The action to take when an orphaned key is detected.OpenJPAConfigurationImpl.getOrphanedKeyActionInstance()
Modifier and TypeMethodDescriptionvoid
OpenJPAConfiguration.setOrphanedKeyAction
(OrphanedKeyAction action) The action to take when an orphaned key is detected.void
OpenJPAConfigurationImpl.setOrphanedKeyAction
(OrphanedKeyAction action) -
Uses of OrphanedKeyAction in org.apache.openjpa.event
Modifier and TypeClassDescriptionclass
Throw aObjectNotFoundException
when an orphaned key is discovered.class
Log a message when an orphaned key is discovered.class
Does nothing when an orphaned key is discovered.