Uses of Interface
org.apache.openjpa.event.OrphanedKeyAction
Packages that use OrphanedKeyAction
Package
Description
OpenJPA Configuration
OpenJPA Events
-
Uses of OrphanedKeyAction in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return OrphanedKeyActionModifier and TypeMethodDescriptionOpenJPAConfiguration.getOrphanedKeyActionInstance()The action to take when an orphaned key is detected.OpenJPAConfigurationImpl.getOrphanedKeyActionInstance()Methods in org.apache.openjpa.conf with parameters of type OrphanedKeyActionModifier and TypeMethodDescriptionvoidOpenJPAConfiguration.setOrphanedKeyAction(OrphanedKeyAction action) The action to take when an orphaned key is detected.voidOpenJPAConfigurationImpl.setOrphanedKeyAction(OrphanedKeyAction action) -
Uses of OrphanedKeyAction in org.apache.openjpa.event
Classes in org.apache.openjpa.event that implement OrphanedKeyActionModifier and TypeClassDescriptionclassThrow aObjectNotFoundExceptionwhen an orphaned key is discovered.classLog a message when an orphaned key is discovered.classDoes nothing when an orphaned key is discovered.