Package org.datanucleus.store.types


package org.datanucleus.store.types
Package providing basic java type handling for DataNucleus. TypeManager provides the entry point for accessing java type capabilities in DataNucleus.
  • Class
    Description
    A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
    SCO<T>
    Representation of a wrapper/proxy for a mutable SCO type (e.g Date, Collection, Map).
    Representation of a wrapper for a mutable Collection SCO type supported.
    An iterator for a SCO Collection object.
    Representation of a SCO that contains other (persistable) objects.
    SCOList<T,E>
    Representation of a wrapper for a mutable List SCO type supported.
    An iterator for a SCO List object.
    SCOMap<T,K,V>
    Representation of a wrapper for a mutable Map SCO type supported.
    Collection of utilities for second class wrappers and objects.
    Registry of java type support.
    Implementation of registry of java type support.