Uses of Interface
org.datanucleus.store.types.containers.ContainerAdapter
Packages that use ContainerAdapter
Package
Description
Package providing basic java type handling for DataNucleus.
Package providing classes for supporting use of containers (collection, map, array) in DataNucleus.
-
Uses of ContainerAdapter in org.datanucleus.store.types
Methods in org.datanucleus.store.types that return ContainerAdapterModifier and TypeMethodDescriptionTypeManager.getContainerAdapter(Object container) Convenience method to obtain the ContainerAdapter using the container object instanceTypeManagerImpl.getContainerAdapter(Object container) -
Uses of ContainerAdapter in org.datanucleus.store.types.containers
Classes in org.datanucleus.store.types.containers with type parameters of type ContainerAdapterModifier and TypeInterfaceDescriptioninterfaceContainerHandler<C, A extends ContainerAdapter<C>>Provides support for SCO Containers types in DN.Subinterfaces of ContainerAdapter in org.datanucleus.store.types.containersClasses in org.datanucleus.store.types.containers that implement ContainerAdapterModifier and TypeClassDescriptionclassArrayAdapter<C>classclassJDKCollectionAdapter<C extends Collection>classJDKListAdapter<C extends List>classJDKMapAdapter<C extends Map<Object,Object>> class