Uses of Interface
org.apache.openjpa.event.CallbackModes
Package
Description
OpenJPA Events
OpenJPA Runtime Kernel
OpenJPA Metadata
OpenJPA JPA
Extended OpenJPA Interfaces for distributed databases.
-
Uses of CallbackModes in org.apache.openjpa.event
Modifier and TypeClassDescriptionclass
Manager that can be used to track and notify listeners on lifecycle events. -
Uses of CallbackModes in org.apache.openjpa.kernel
Modifier and TypeInterfaceDescriptioninterface
The broker is the primary interface into the OpenJPA runtime.Modifier and TypeClassDescriptionclass
ConcreteBroker
.class
Delegating broker that can also perform exception translation for use in facades.class
Subtype ofBrokerImpl
that automatically closes itself during finalization. -
Uses of CallbackModes in org.apache.openjpa.meta
Modifier and TypeInterfaceDescriptioninterface
Populates new metadata with default values.Modifier and TypeClassDescriptionclass
Abstract implementation provides a set of generic utilities for detecting persistence meta-data of Field/Member.class
No-op metadata I/O to prevent attempts to load other classes. -
Uses of CallbackModes in org.apache.openjpa.persistence
-
Uses of CallbackModes in org.apache.openjpa.slice
Modifier and TypeInterfaceDescriptioninterface
Extension to Broker to allow access tovirtual data store
.Modifier and TypeClassDescriptionclass
A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade. -
Uses of CallbackModes in org.apache.openjpa.validation
Modifier and TypeClassDescriptionclass
An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.