Uses of Interface
org.apache.openjpa.kernel.RestoreState
-
Packages that use RestoreState Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. -
-
Uses of RestoreState in org.apache.openjpa.kernel
Subinterfaces of RestoreState in org.apache.openjpa.kernel Modifier and Type Interface Description interface
Broker
The broker is the primary interface into the OpenJPA runtime.Classes in org.apache.openjpa.kernel that implement RestoreState Modifier and Type Class Description class
BrokerImpl
ConcreteBroker
.class
DelegatingBroker
Delegating broker that can also perform exception translation for use in facades.class
FinalizingBrokerImpl
Subtype ofBrokerImpl
that automatically closes itself during finalization. -
Uses of RestoreState in org.apache.openjpa.slice
Subinterfaces of RestoreState in org.apache.openjpa.slice Modifier and Type Interface Description interface
DistributedBroker
Extension to Broker to allow access tovirtual data store
.Classes in org.apache.openjpa.slice that implement RestoreState Modifier and Type Class Description class
DistributedBrokerImpl
A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.
-