See: Description
| Interface | Description |
|---|---|
| ContainerAdapter<C> |
An adapter for container classes allowing DN to operate on them in a generic form instead of
depending directly on the JDK containers.
|
| ContainerHandler<C,A extends ContainerAdapter<C>> |
Provides support for SCO Containers types in DN.
|
| MapContainerAdapter<C> | |
| SCO<T> |
Representation of a wrapper/proxy for a mutable SCO type (e.g Date, Collection, Map).
|
| SCOCollection<T,E> |
Representation of a wrapper for a mutable Collection SCO type supported.
|
| SCOContainer<T> |
Representation of a SCO that contains other (persistable) objects.
|
| SCOList<T,E> |
Representation of a wrapper for a mutable List SCO type supported.
|
| SCOMap<T,K,V> |
Representation of a wrapper for a mutable Map SCO type supported.
|
| SequenceAdapter | |
| TypeManager |
Registry of java type support.
|
| Class | Description |
|---|---|
| ElementContainerAdapter<C> | |
| ElementContainerHandler<C,A extends ElementContainerAdapter<C>> | |
| SCOCollectionIterator<E> |
An iterator for a SCO Collection object.
|
| SCOListIterator<E> |
An iterator for a SCO List object.
|
| SCOUtils |
Collection of utilities for second class wrappers and objects.
|
| TypeManagerImpl |
Implementation of registry of java type support.
|
| Exception | Description |
|---|---|
| IncompatibleFieldTypeException |
A IncompatibleFieldTypeException is thrown if an incompatible field
type is specified in the construction of a second-class object instance.
|
Copyright © 2020. All rights reserved.