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

Packages that use org.apache.openjpa.lib.util
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.lib.jdbc Database Connectivity 
org.apache.openjpa.lib.log Logging 
org.apache.openjpa.lib.meta Metadata Framework 
org.apache.openjpa.lib.rop Result Object Provider Framework 
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.
 

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.
EventManager
          Basic event manager interface.
Localizer
          The Localizer provides convenient access to localized strings.
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.
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 Apache Software Foundation. All Rights Reserved.