Uses of Interface
org.datanucleus.store.types.containers.ContainerAdapter
-
Packages that use ContainerAdapter Package Description 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. -
-
Uses of ContainerAdapter in org.datanucleus.store.types
Methods in org.datanucleus.store.types that return ContainerAdapter Modifier and Type Method Description ContainerAdapterTypeManager. getContainerAdapter(java.lang.Object container)Convenience method to obtain the ContainerAdapter using the container object instanceContainerAdapterTypeManagerImpl. getContainerAdapter(java.lang.Object container) -
Uses of ContainerAdapter in org.datanucleus.store.types.containers
Classes in org.datanucleus.store.types.containers with type parameters of type ContainerAdapter Modifier and Type Interface Description interfaceContainerHandler<C,A extends ContainerAdapter<C>>Provides support for SCO Containers types in DN.Subinterfaces of ContainerAdapter in org.datanucleus.store.types.containers Modifier and Type Interface Description interfaceMapContainerAdapter<C>Classes in org.datanucleus.store.types.containers that implement ContainerAdapter Modifier and Type Class Description classArrayAdapter<C>classElementContainerAdapter<C>classJDKCollectionAdapter<C extends java.util.Collection>classJDKListAdapter<C extends java.util.List>classJDKMapAdapter<C extends java.util.Map<java.lang.Object,java.lang.Object>>classOptionalAdapter
-