Uses of Interface
org.apache.openjpa.event.CallbackModes
Packages that use 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
Classes in org.apache.openjpa.event that implement CallbackModesModifier and TypeClassDescriptionclass
Manager that can be used to track and notify listeners on lifecycle events. -
Uses of CallbackModes in org.apache.openjpa.kernel
Subinterfaces of CallbackModes 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 CallbackModesModifier 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
Subinterfaces of CallbackModes in org.apache.openjpa.metaModifier and TypeInterfaceDescriptioninterface
Populates new metadata with default values.Classes in org.apache.openjpa.meta that implement CallbackModesModifier 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
Classes in org.apache.openjpa.persistence that implement CallbackModes -
Uses of CallbackModes in org.apache.openjpa.slice
Subinterfaces of CallbackModes in org.apache.openjpa.sliceModifier and TypeInterfaceDescriptioninterface
Extension to Broker to allow access tovirtual data store
.Classes in org.apache.openjpa.slice that implement CallbackModesModifier 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
Classes in org.apache.openjpa.validation that implement CallbackModesModifier and TypeClassDescriptionclass
An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.