Uses of Interface
org.datanucleus.store.types.ContainerAdapter
-
Packages that use ContainerAdapter Package Description org.datanucleus.store.types Package providing basic java type handling for DataNucleus.org.datanucleus.store.types.containers -
-
Uses of ContainerAdapter in org.datanucleus.store.types
Classes in org.datanucleus.store.types 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 Modifier and Type Interface Description interfaceMapContainerAdapter<C>Classes in org.datanucleus.store.types that implement ContainerAdapter Modifier and Type Class Description classElementContainerAdapter<C>Methods in org.datanucleus.store.types that return ContainerAdapter Modifier and Type Method Description ContainerAdapterTypeManager. getContainerAdapter(Object container)Convenience method to obtain the ContainerAdapter using the container object instanceContainerAdapterTypeManagerImpl. getContainerAdapter(Object container) -
Uses of ContainerAdapter in org.datanucleus.store.types.containers
Classes in org.datanucleus.store.types.containers that implement ContainerAdapter Modifier and Type Class Description classArrayAdapter<C>classJDKCollectionAdapter<C extends Collection>classJDKListAdapter<C extends List>classJDKMapAdapter<C extends Map<Object,Object>>classOptionalAdapter
-