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 TypeClassDescriptionclassManager 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 TypeInterfaceDescriptioninterfaceThe broker is the primary interface into the OpenJPA runtime.Classes in org.apache.openjpa.kernel that implement CallbackModesModifier and TypeClassDescriptionclassConcreteBroker.classDelegating broker that can also perform exception translation for use in facades.classSubtype ofBrokerImplthat automatically closes itself during finalization. -
Uses of CallbackModes in org.apache.openjpa.meta
Subinterfaces of CallbackModes in org.apache.openjpa.metaModifier and TypeInterfaceDescriptioninterfacePopulates new metadata with default values.Classes in org.apache.openjpa.meta that implement CallbackModesModifier and TypeClassDescriptionclassAbstract implementation provides a set of generic utilities for detecting persistence meta-data of Field/Member.classNo-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 TypeInterfaceDescriptioninterfaceExtension to Broker to allow access tovirtual data store.Classes in org.apache.openjpa.slice that implement CallbackModesModifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassAn extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.