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 TypeInterfaceDescriptioninterface
ContainerHandler<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 TypeClassDescriptionclass
ArrayAdapter<C>
class
class
JDKCollectionAdapter<C extends Collection>
class
JDKListAdapter<C extends List>
class
JDKMapAdapter<C extends Map<Object,
Object>> class