See: Description
| Class | Description |
|---|---|
| AbstractMappingLoader |
Assists in the construction of descriptors.
|
| AbstractMappingLoader2 | |
| ClassDescriptorHelper | |
| ClassDescriptorImpl |
The standard
ClassDescriptor implementation, holding general OO information about the
class described. |
| CollectionHandlers |
Utility class for obtaining collection handlers.
|
| CollectionHandlers.EmptyEnumerator<T> |
Enumerator for a null collection.
|
| ExtendedFieldHandler<T> |
An extended version of the FieldHandler interface which is used for adding additional
functionality while preserving backward compatability.
|
| FieldDescriptorImpl | |
| FieldHandlerFriend<T> |
An extended version of the FieldHandler interface which is used for adding additional
functionality while preserving backward compatability.
|
| FieldHandlerImpl<T> |
A field handler that knows how to get/set the values of a field directly or through the get/set
methods.
|
| J1CollectionHandlers |
Implementation of various collection handlers for the Java 1.1 libraries.
|
| J1CollectionHandlers.ArrayEnumerator<T> |
Enumerator for an array.
|
| J2CollectionHandlers |
Implementation of various collection handlers for the Java 1.2 libraries.
|
| J2CollectionHandlers.IteratorEnumerator<T> |
Enumerator for an iterator.
|
| TypeInfo<T> |
Type information passed on creation of a
FieldHandlerImpl. |
| Types |
Type information.
|
Implementations for mapping interfaces and the default mapping loader.
Copyright © 2016. All rights reserved.