See: Description
| Interface | Description |
|---|---|
| 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.
|
| TypeManager |
Registry of java type support.
|
| Class | Description |
|---|---|
| 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 © 2016. All rights reserved.