| Package | Description |
|---|---|
| org.datanucleus.store.types |
Package providing basic java type handling for DataNucleus.
|
| org.datanucleus.store.types.containers |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerHandler<C,A extends ContainerAdapter<C>>
Provides support for SCO Containers types in DN.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapContainerAdapter<C> |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementContainerAdapter<C> |
| Modifier and Type | Method and Description |
|---|---|
ContainerAdapter |
TypeManager.getContainerAdapter(Object container)
Convenience method to obtain the ContainerAdapter using the container object instance
|
ContainerAdapter |
TypeManagerImpl.getContainerAdapter(Object container) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAdapter<C> |
class |
JDKCollectionAdapter<C extends Collection> |
class |
JDKListAdapter<C extends List> |
class |
JDKMapAdapter<C extends Map<Object,Object>> |
class |
OptionalAdapter |
Copyright © 2020. All rights reserved.