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.
Engines will use Nature s to augment this class with engine-specific knowledge
and functionality, using ClassDescriptorImpl.addNature(String) to register these views
with this class.
Once a Nature has been registered with this ClassDescriptor , the nature
can be applied to the ClassDescriptor and nature-specific properties
can be accessed in a type-safe way. |
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 © 2017. All rights reserved.