| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrphanedKeyAction | |
|---|---|
| org.apache.openjpa.conf | OpenJPA Configuration | 
| org.apache.openjpa.event | OpenJPA Events | 
| Uses of OrphanedKeyAction in org.apache.openjpa.conf | 
|---|
| Methods in org.apache.openjpa.conf that return OrphanedKeyAction | |
|---|---|
 OrphanedKeyAction | 
OpenJPAConfiguration.getOrphanedKeyActionInstance()
The action to take when an orphaned key is detected.  | 
 OrphanedKeyAction | 
OpenJPAConfigurationImpl.getOrphanedKeyActionInstance()
 | 
| Methods in org.apache.openjpa.conf with parameters of type OrphanedKeyAction | |
|---|---|
 void | 
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 | 
|---|
| Classes in org.apache.openjpa.event that implement OrphanedKeyAction | |
|---|---|
 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.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||