Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
|
org.apache.openjpa.event |
OpenJPA Events
|
Modifier and Type | Method and Description |
---|---|
OrphanedKeyAction |
OpenJPAConfigurationImpl.getOrphanedKeyActionInstance() |
OrphanedKeyAction |
OpenJPAConfiguration.getOrphanedKeyActionInstance()
The action to take when an orphaned key is detected.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfigurationImpl.setOrphanedKeyAction(OrphanedKeyAction action) |
void |
OpenJPAConfiguration.setOrphanedKeyAction(OrphanedKeyAction action)
The action to take when an orphaned key is detected.
|
Modifier and Type | Class and Description |
---|---|
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–2017 Apache Software Foundation. All rights reserved.