Uses of Interface
org.apache.openjpa.instrumentation.InstrumentationManager
-
Packages that use InstrumentationManager Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.instrumentation -
-
Uses of InstrumentationManager in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return InstrumentationManager Modifier and Type Method Description InstrumentationManager
OpenJPAConfiguration. getInstrumentationManagerInstance()
Gets an instance of the instrumentation manager.InstrumentationManager
OpenJPAConfigurationImpl. getInstrumentationManagerInstance()
Methods in org.apache.openjpa.conf with parameters of type InstrumentationManager Modifier and Type Method Description void
OpenJPAConfigurationImpl. setInstrumentationManager(InstrumentationManager im)
-
Uses of InstrumentationManager in org.apache.openjpa.instrumentation
Classes in org.apache.openjpa.instrumentation that implement InstrumentationManager Modifier and Type Class Description class
InstrumentationManagerImpl
An implementation of an instrumentation manager.
-