Uses of Interface
org.datanucleus.store.types.ContainerHandler
-
Packages that use ContainerHandler Package Description org.datanucleus.store.types Package providing basic java type handling for DataNucleus.org.datanucleus.store.types.containers -
-
Uses of ContainerHandler in org.datanucleus.store.types
Classes in org.datanucleus.store.types that implement ContainerHandler Modifier and Type Class Description classElementContainerHandler<C,A extends ElementContainerAdapter<C>>Fields in org.datanucleus.store.types with type parameters of type ContainerHandler Modifier and Type Field Description protected Map<Class,? super ContainerHandler>TypeManagerImpl. containerHandlersByClassMap of ContainerHandlers, keyed by the container type class name.Methods in org.datanucleus.store.types with type parameters of type ContainerHandler Modifier and Type Method Description <H extends ContainerHandler>
HTypeManager. getContainerHandler(Class containerClass)Obtains the registered ContainerHandler for the given containerClass.<H extends ContainerHandler>
HTypeManagerImpl. getContainerHandler(Class containerClass) -
Uses of ContainerHandler in org.datanucleus.store.types.containers
Classes in org.datanucleus.store.types.containers that implement ContainerHandler Modifier and Type Class Description classArrayHandlerclassArrayListHandlerclassCollectionHandler<C>classHashMapHandlerclassHashSetHandlerclassHashtableHandlerclassJDKCollectionHandler<C extends Collection>classJDKMapHandler<C extends Map<Object,Object>>classLinkedHashMapHandlerclassLinkedHashSetHandlerclassLinkedListHandlerclassMapHandler<C>classOptionalHandlerclassPriorityQueueHandlerclassPropertiesHandlerclassStackHandlerclassTreeMapHandlerclassTreeSetHandlerclassVectorHandler
-