Uses of Interface
org.apache.openjpa.event.OrphanedKeyAction
-
Packages that use OrphanedKeyAction Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.event OpenJPA Events -
-
Uses of OrphanedKeyAction in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return OrphanedKeyAction Modifier and Type Method Description OrphanedKeyActionOpenJPAConfiguration. getOrphanedKeyActionInstance()The action to take when an orphaned key is detected.OrphanedKeyActionOpenJPAConfigurationImpl. getOrphanedKeyActionInstance()Methods in org.apache.openjpa.conf with parameters of type OrphanedKeyAction Modifier and Type Method Description voidOpenJPAConfiguration. 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 OrphanedKeyAction Modifier and Type Class Description classExceptionOrphanedKeyActionThrow aObjectNotFoundExceptionwhen an orphaned key is discovered.classLogOrphanedKeyActionLog a message when an orphaned key is discovered.classNoneOrphanedKeyActionDoes nothing when an orphaned key is discovered.
-