Uses of Interface
org.datanucleus.ClassLoaderResolver

Packages that use ClassLoaderResolver
Package
Description
This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.
Provides adapters for different client APIs, like JDO, JPA and so on.
DataNucleus ByteCode enhancer framework.
This package provides exceptions thrown by the core (client-facing) parts of DataNucleus.
Package defining object identity classes.
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
Provides classes for parsing annotations input data and converting into org.datanucleus.metadata input data for the DataNucleus persistence process.
Provides classes for parsing XML metadata input data and converting into org.datanucleus.metadata input data for the DataNucleus persistence process.
Package providing the plugin mechanism utilised by DataNucleus.
Provides classes relating to the life cycle state management of a persistable object.
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing the structure and some implementation for the auto-start mechanism.
Package providing management for federation of datastores.
Package providing query language support for datastores.
Package handling the (generic) compilation of queries.
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and indeed any other API.
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
Package providing basic java type handling for DataNucleus.
Package providing classes for supporting use of containers (collection, map, array) in DataNucleus.
Package providing type conversion for member types, using the interface TypeConverter allowing conversion between some member Java type, and a Java type suitable for persistence in the datastore.
Package providing handlers for JTA transactions
Provides utility classes used in the implementation that don't fit in a particular functional part of the system.