Uses of Interface
org.objectweb.speedo.genclass.api.SpeedoGenClassCoherence

Packages that use SpeedoGenClassCoherence
org.objectweb.speedo.genclass The management of generic persistent class (Collection, Set, Map). 
org.objectweb.speedo.genclass.api Speedo internal API permiting to manage generic persistent classes and in particular the coherency of relations. 
org.objectweb.speedo.genclass.collection Speedo implementations of generic classes associated to the Collection type (Collection, Set, List, ArrayList, HashSet, Vector). 
org.objectweb.speedo.genclass.map Speedo implementations of generic classes associated to the Map type (Map, HashMap, Hashtable, Properties). 
 

Uses of SpeedoGenClassCoherence in org.objectweb.speedo.genclass
 

Classes in org.objectweb.speedo.genclass that implement SpeedoGenClassCoherence
 class GenClass
          This class is a basic implementation of the SpeedoGenClassProxy interface.
 class GenClassAccessor
          This class represents an accessor of a genclass structure.
 

Uses of SpeedoGenClassCoherence in org.objectweb.speedo.genclass.api
 

Subinterfaces of SpeedoGenClassCoherence in org.objectweb.speedo.genclass.api
 interface SpeedoGenClassProxy
          This interfaces represents a SpeedoProxy for a generic class (Collectio, Set, Map, ...) It permits to specify the mapper throught the generic class is persistent.
 

Uses of SpeedoGenClassCoherence in org.objectweb.speedo.genclass.collection
 

Classes in org.objectweb.speedo.genclass.collection that implement SpeedoGenClassCoherence
 class ArrayListImpl
           
 class CollectionAccessor
           
 class CollectionImpl
          This class is an implementation of the java.util.Collection interface.
 class HashSetImpl
           
 class LinkedListImpl
           
 class ListAccessor
           
 class ListImpl
           
 class SetAccessor
           
 class SetImpl
           
 class VectorImpl
           
 

Uses of SpeedoGenClassCoherence in org.objectweb.speedo.genclass.map
 

Classes in org.objectweb.speedo.genclass.map that implement SpeedoGenClassCoherence
 class HashMapImpl
           
 class HashtableImpl
           
 class MapAccessor
           
 class MapImpl
           
 class PropertiesImpl
           
 class TreeMapImpl