Uses of Interface
org.apache.openjpa.instrumentation.PreparedQueryCacheInstrument
-
Packages that use PreparedQueryCacheInstrument Package Description org.apache.openjpa.instrumentation org.apache.openjpa.instrumentation.jmx -
-
Uses of PreparedQueryCacheInstrument in org.apache.openjpa.instrumentation
Classes in org.apache.openjpa.instrumentation that implement PreparedQueryCacheInstrument Modifier and Type Class Description class
AbstractPreparedQueryCacheInstrument
Provides a basic instrument implementation wrapper for the prepared query cache. -
Uses of PreparedQueryCacheInstrument in org.apache.openjpa.instrumentation.jmx
Subinterfaces of PreparedQueryCacheInstrument in org.apache.openjpa.instrumentation.jmx Modifier and Type Interface Description interface
PreparedQueryCacheJMXInstrumentMBean
Classes in org.apache.openjpa.instrumentation.jmx that implement PreparedQueryCacheInstrument Modifier and Type Class Description class
PreparedQueryCacheJMXInstrument
A JMX-specific instrument for the query cache
-