Uses of Package
org.apache.openjpa.lib.util

Packages that use org.apache.openjpa.lib.util
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.lib.jdbc Database Connectivity Includes an implementation of the DataSource APIs around a normal JDBC 1.x driver. 
org.apache.openjpa.lib.log Logging This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks. 
org.apache.openjpa.lib.meta Metadata Framework Extendable framework for metadata parsing and serializing. 
org.apache.openjpa.lib.rop Result Object Provider Framework This package provides a framework for the lazy loading of potentially large lists of data. 
org.apache.openjpa.lib.util General Utilities 
org.apache.openjpa.lib.util.concurrent Concurrent Utilities 
 

Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.conf
Closeable
          Generic interface for components that can be closed so that helpers can treate them in a generic way.
Options
          A specialization of the Properties map type with the added abilities to read application options from the command line and to use bean patterns to set an object's properties via command-line the stored mappings.
 

Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.jdbc
Closeable
          Generic interface for components that can be closed so that helpers can treate them in a generic way.
EventManager
          Basic event manager interface.
 

Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.log
Options
          A specialization of the Properties map type with the added abilities to read application options from the command line and to use bean patterns to set an object's properties via command-line the stored mappings.
 

Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.meta
Closeable
          Generic interface for components that can be closed so that helpers can treate them in a generic way.
Localizer.Message
          A Message can provide a localized message via the Localizer.Message.getMessage() method call, and can also provide the original key, package, and substitution array that were used to assemble the message.
 

Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.rop
Closeable
          Generic interface for components that can be closed so that helpers can treate them in a generic way.
 

Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.util
CodeFormat
          Encapsulates some common Java source code formatting options.
JavaVendors
          Utilities for dealing with different Java vendors.
Localizer
          The Localizer provides convenient access to localized strings.
Localizer.Message
          A Message can provide a localized message via the Localizer.Message.getMessage() method call, and can also provide the original key, package, and substitution array that were used to assemble the message.
MultiClassLoader
          Class loader type that can be configured to delegate to multiple internal class loaders.
Options
          A specialization of the Properties map type with the added abilities to read application options from the command line and to use bean patterns to set an object's properties via command-line the stored mappings.
ParameterTemplate
          A template that allows parameter substitutions.
ReferenceMap
          A Map type that can hold its keys, values, or both with weak or soft references.
SizedMap
          A Map type that maintains a maximum size, automatically removing entries when the maximum is exceeded.
TemporaryClassLoader
          ClassLoader implementation that allows classes to be temporarily loaded and then thrown away.
TypedProperties
          A specialization of the Properties map type with added convenience methods to retrieve and set options as primitive values.
 

Classes in org.apache.openjpa.lib.util used by org.apache.openjpa.lib.util.concurrent
EventManager
          Basic event manager interface.
ReferenceMap
          A Map type that can hold its keys, values, or both with weak or soft references.
SizedMap
          A Map type that maintains a maximum size, automatically removing entries when the maximum is exceeded.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.