Uses of Package
org.jpox.util

Packages that use org.jpox.util
org.jpox This package provides classes that are typically client-facing. 
org.jpox.identity Package defining object identity classes. 
org.jpox.jdo Package providing components specific to JDO persistence. 
org.jpox.jdo.metadata Package providing classes specific to processing of JDO XML MetaData and annotations, building on the generic code under the package org.jpox.metadata 
org.jpox.jta Package providing handlers for JTA transactions 
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
org.jpox.metadata.xml Provides classes for parsing XML input data and converting into org.jpox.metadata input data for the JPOX persistence process. 
org.jpox.plugin Package providing the plugin mechanism utilised by JPOX. 
org.jpox.query.compiler   
org.jpox.query.evaluator   
org.jpox.query.evaluator.memory   
org.jpox.query.expression   
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.sco.simple Provides implementations of the "simple" wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
org.jpox.store Package handling the storage of classes to the datastore, and the management of the datastore. 
org.jpox.store.exceptions Provides exceptions that can be thrown when communicating with the datastore. 
org.jpox.store.fieldmanager Package providing managers for fields which give a mechanism for navigating through fields of a class and performing operations based on the type of the field. 
org.jpox.store.mapped   
org.jpox.store.mapped.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.mapped.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.mapped.query   
org.jpox.store.poid POID - Persistent Id Generation. 
org.jpox.store.query Package providing generic methods for use by queries. 
org.jpox.transaction   
org.jpox.util Provides utility classes used in the implementation that don't fit in a particular functional part of the system. 
 

Classes in org.jpox.util used by org.jpox
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.identity
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.jdo
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.jdo.metadata
AbstractXMLEntityResolver
          Abstract implementation of an entity resolver for XML files.
 

Classes in org.jpox.util used by org.jpox.jta
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.metadata
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.metadata.xml
AbstractXMLEntityResolver
          Abstract implementation of an entity resolver for XML files.
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.plugin
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.query.compiler
Imports
          Utility class handling Imports.
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.query.evaluator
Imports
          Utility class handling Imports.
 

Classes in org.jpox.util used by org.jpox.query.evaluator.memory
Imports
          Utility class handling Imports.
 

Classes in org.jpox.util used by org.jpox.query.expression
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.sco
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.sco.simple
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.state
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.store
AbstractXMLEntityResolver
          Abstract implementation of an entity resolver for XML files.
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
MultiMap
          An implementation of a MultiMap, which is basically a Map with multiple values for a key.
 

Classes in org.jpox.util used by org.jpox.store.exceptions
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.store.fieldmanager
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.store.mapped
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.store.mapped.expression
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.store.mapped.mapping
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.store.mapped.query
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.store.poid
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.store.query
Imports
          Utility class handling Imports.
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.transaction
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
 

Classes in org.jpox.util used by org.jpox.util
CommandLine.Option
          CommandLine option base class
JPOXLogger
          Logging framework for JPOX.
Localiser
          Resource Bundle manager, providing simplified means of using MessageFormat to localise the JPOX system.
MacroString.IdentifierMacro
          Inner class : Identifier Macro
MacroString.MacroHandler
          Inner class : Macro Handler
MacroString.ParameterMacro
          Inner class : Parameter Macro
MultiMap
          An implementation of a MultiMap, which is basically a Map with multiple values for a key.
ReferenceValueMap
          A java.util.Map implementation using reference values.
ReferenceValueMap.ValueReference
          References returned by newValueReference must implement this interface to provide the corresponding map key for the value.
 



Copyright © -2008 . All Rights Reserved.