Package org.datanucleus.store.types.scostore


package org.datanucleus.store.types.scostore
Package providing backing store definitions for (SCO) types that need a backing store. Intended to be implemented by datastore-specific stores where the datastore has a mechanism for updating such as a Collection contents itself (e.g RDBMS, storing a collection via join table or FK).
  • Interfaces
    Class
    Description
    Interface representation of the backing store for an array.
    Interface representation of the backing store for a Collection.
    Interface representation of the backing store for a List.
    Interface representation of the backing store for a Map, providing its interface with the datastore.
    Representation of the relation between two persistable objects.
    Interface representation of the backing store for a Set.
    Interface representation of the backing store for a Collection or Map.