| Package | Description |
|---|---|
| org.datanucleus |
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
|
| org.datanucleus.store.schema.table |
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
|
| org.datanucleus.store.types |
Package providing basic java type handling for DataNucleus.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeManager |
AbstractNucleusContext.typeManager
Manager for java types.
|
| Modifier and Type | Method and Description |
|---|---|
TypeManager |
NucleusContext.getTypeManager() |
TypeManager |
AbstractNucleusContext.getTypeManager() |
TypeManager |
ExecutionContext.getTypeManager()
TODO should we keep this here? this is api/language dependent
|
TypeManager |
ExecutionContextImpl.getTypeManager() |
| Modifier and Type | Method and Description |
|---|---|
protected TypeConverter |
CompleteClassTable.getTypeConverterForMember(AbstractMemberMetaData mmd,
ColumnMetaData[] colmds,
TypeManager typeMgr) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeManagerImpl
Implementation of registry of java type support.
|
Copyright © 2016. All rights reserved.