Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OrphanedKeyAction |
OpenJPAConfiguration.getOrphanedKeyActionInstance()
The action to take when an orphaned key is detected.
|
OrphanedKeyAction |
OpenJPAConfigurationImpl.getOrphanedKeyActionInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfiguration.setOrphanedKeyAction(OrphanedKeyAction action)
The action to take when an orphaned key is detected.
|
void |
OpenJPAConfigurationImpl.setOrphanedKeyAction(OrphanedKeyAction action) |
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–2020 Apache Software Foundation. All rights reserved.