Package | Description |
---|---|
org.apache.openjpa.enhance |
OpenJPA Enhancer
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
Modifier and Type | Interface and Description |
---|---|
interface |
FieldManager
Manages persistent fields.
|
Modifier and Type | Method and Description |
---|---|
static void |
PCRegistry.copyKeyFieldsFromObjectId(Class<?> pcClass,
FieldConsumer fm,
Object oid)
Copy fields to an outside source from the key fields in the identity
object.
|
void |
ReflectingPersistenceCapable.pcCopyKeyFieldsFromObjectId(FieldConsumer consumer,
Object obj) |
void |
PersistenceCapable.pcCopyKeyFieldsFromObjectId(FieldConsumer consumer,
Object obj) |
Modifier and Type | Interface and Description |
---|---|
interface |
OpenJPAStateManager
Interface implemented by OpenJPA state managers.
|
Modifier and Type | Class and Description |
---|---|
class |
DetachedStateManager
Internal state manager for detached instances.
|
class |
DetachedValueStateManager
Implementation of
OpenJPAStateManager designed to retrieve
values from a detached instance, including when managed by a
DetachedStateManager . |
class |
ObjectIdStateManager
State manager used to access state of embedded object id primary key fields.
|
class |
SaveFieldManager
FieldManager type used to store information for rollback.
|
class |
StateManagerImpl
Implementation of the
OpenJPAStateManager interface for use
with this runtime. |
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.