Uses of Package
org.datanucleus.store.types.containers
-
Packages that use org.datanucleus.store.types.containers Package Description org.datanucleus.cache This package provides classes implementing L1/L2 persistable object caching within DataNucleus.org.datanucleus.store.fieldmanager Package providing managers for fields which give a mechanism for navigating through fields of a class and performing operations based on the type of the field.org.datanucleus.store.types Package providing basic java type handling for DataNucleus.org.datanucleus.store.types.containers Package providing classes for supporting use of containers (collection, map, array) in DataNucleus. -
Classes in org.datanucleus.store.types.containers used by org.datanucleus.cache Class Description ContainerHandler Provides support for SCO Containers types in DN.ElementContainerAdapter ElementContainerHandler MapContainerAdapter MapHandler -
Classes in org.datanucleus.store.types.containers used by org.datanucleus.store.fieldmanager Class Description ContainerHandler Provides support for SCO Containers types in DN.ElementContainerAdapter MapContainerAdapter -
Classes in org.datanucleus.store.types.containers used by org.datanucleus.store.types Class Description ContainerAdapter An adapter for container classes allowing DN to operate on them in a generic form instead of depending directly on the JDK containers.ContainerHandler Provides support for SCO Containers types in DN. -
Classes in org.datanucleus.store.types.containers used by org.datanucleus.store.types.containers Class Description ArrayAdapter CollectionHandler ContainerAdapter An adapter for container classes allowing DN to operate on them in a generic form instead of depending directly on the JDK containers.ContainerHandler Provides support for SCO Containers types in DN.ElementContainerAdapter ElementContainerHandler JDKCollectionAdapter JDKCollectionHandler JDKMapHandler MapContainerAdapter MapHandler SequenceAdapter