Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
Modifier and Type | Class and Description |
---|---|
static class |
DetachOptions.All
Public to allow reflection.
|
static class |
DetachOptions.FetchGroups
Public to allow reflection.
|
static class |
DetachOptions.Loaded
Detach loaded state.
|
Modifier and Type | Method and Description |
---|---|
DetachOptions |
OpenJPAConfiguration.getDetachStateInstance()
Return the instance specified by the detach state plugin.
|
DetachOptions |
OpenJPAConfigurationImpl.getDetachStateInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfiguration.setDetachState(DetachOptions detachState)
Return the instance specified by the detach state plugin.
|
void |
OpenJPAConfigurationImpl.setDetachState(DetachOptions detachState) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.