Uses of Interface
org.apache.openjpa.kernel.DetachState
-
Packages that use DetachState Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of DetachState in org.apache.openjpa.conf
Classes in org.apache.openjpa.conf that implement DetachState Modifier and Type Class Description classDetachOptionsDetach options.static classDetachOptions.AllPublic to allow reflection.static classDetachOptions.FetchGroupsPublic to allow reflection.static classDetachOptions.LoadedDetach loaded state. -
Uses of DetachState in org.apache.openjpa.kernel
Subinterfaces of DetachState in org.apache.openjpa.kernel Modifier and Type Interface Description interfaceBrokerThe broker is the primary interface into the OpenJPA runtime.Classes in org.apache.openjpa.kernel that implement DetachState Modifier and Type Class Description classBrokerImplConcreteBroker.classDelegatingBrokerDelegating broker that can also perform exception translation for use in facades.classDetachManagerHandles detaching instances.classFinalizingBrokerImplSubtype ofBrokerImplthat automatically closes itself during finalization.
-