Uses of Package
org.datanucleus.store.types.sco

Packages that use org.datanucleus.store.types.sco
org.datanucleus.store.mapped.mapping Package providing mappings for all supported Java types in DataNucleus. 
org.datanucleus.store.types.sco Provides the mechanism for supporting mutable Second-Class Objects (SCOs). 
org.datanucleus.store.types.sco.simple Provides implementations of the "simple" wrappers for the mutable Second Class Objects (SCO's) supported by DataNucleus. 
 

Classes in org.datanucleus.store.types.sco used by org.datanucleus.store.mapped.mapping
SCO
          Representation of a wrapper/proxy for a mutable SCO type supported.
 

Classes in org.datanucleus.store.types.sco used by org.datanucleus.store.types.sco
SCO
          Representation of a wrapper/proxy for a mutable SCO type supported.
SCOCollection
          Representation of a wrapper for a mutable Collection SCO type supported.
SCOContainer
          Representation of a SCO that contains other (persistable) objects.
 

Classes in org.datanucleus.store.types.sco used by org.datanucleus.store.types.sco.simple
SCO
          Representation of a wrapper/proxy for a mutable SCO type supported.
SCOCollection
          Representation of a wrapper for a mutable Collection SCO type supported.
SCOContainer
          Representation of a SCO that contains other (persistable) objects.
SCOList
          Representation of a wrapper for a mutable List SCO type supported.
SCOMap
          Representation of a wrapper for a mutable Map SCO type supported.
SCOMtoN
          Representation of a SCO type that can be used as one side of an M-N relation.
 



Copyright © 2012. All Rights Reserved.