Uses of Interface
org.apache.openjpa.kernel.DetachState
Packages that use DetachState
Package
Description
OpenJPA Configuration
OpenJPA Runtime Kernel
Extended OpenJPA Interfaces for distributed databases.
-
Uses of DetachState in org.apache.openjpa.conf
Classes in org.apache.openjpa.conf that implement DetachStateModifier and TypeClassDescriptionclass
Detach options.static class
Public to allow reflection.static class
Public to allow reflection.static class
Detach loaded state. -
Uses of DetachState in org.apache.openjpa.kernel
Subinterfaces of DetachState in org.apache.openjpa.kernelModifier and TypeInterfaceDescriptioninterface
The broker is the primary interface into the OpenJPA runtime.Classes in org.apache.openjpa.kernel that implement DetachStateModifier and TypeClassDescriptionclass
ConcreteBroker
.class
Delegating broker that can also perform exception translation for use in facades.class
Handles detaching instances.class
Subtype ofBrokerImpl
that automatically closes itself during finalization. -
Uses of DetachState in org.apache.openjpa.slice
Subinterfaces of DetachState in org.apache.openjpa.sliceModifier and TypeInterfaceDescriptioninterface
Extension to Broker to allow access tovirtual data store
.Classes in org.apache.openjpa.slice that implement DetachStateModifier and TypeClassDescriptionclass
A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.