Uses of Interface
org.apache.openjpa.lib.conf.Configurable
-
Packages that use Configurable Package Description org.apache.openjpa.lib.identifier org.apache.openjpa.lib.instrumentation org.apache.openjpa.lib.log Logging -
-
Uses of Configurable in org.apache.openjpa.lib.identifier
Classes in org.apache.openjpa.lib.identifier that implement Configurable Modifier and Type Class Description class
IdentifierUtilImpl
Implementation class for the base identifier impl. -
Uses of Configurable in org.apache.openjpa.lib.instrumentation
Classes in org.apache.openjpa.lib.instrumentation that implement Configurable Modifier and Type Class Description class
AbstractInstrumentationProvider
Specialized instrumentation providers can extend this class to get basic provider state and capabilities. -
Uses of Configurable in org.apache.openjpa.lib.log
Classes in org.apache.openjpa.lib.log that implement Configurable Modifier and Type Class Description class
JULLogFactory
class
LogFactoryImpl
DefaultLogFactory
implementation.
-