| Package | Description |
|---|---|
| org.datanucleus.store.rdbms |
Package providing management of the persistence to RDBMS datastores.
|
| org.datanucleus.store.rdbms.adapter |
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
|
| org.datanucleus.store.rdbms.mapping |
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
|
| org.datanucleus.store.rdbms.mapping.column |
Package containing mappings for column (JDBC) types.
|
| org.datanucleus.store.rdbms.mapping.java |
Package providing mappings for all supported Java types in DataNucleus.
|
| org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
| Class and Description |
|---|
| ColumnMapping
Representation of the mapping of a column.
|
| Class and Description |
|---|
| ColumnMapping
Representation of the mapping of a column.
|
| Class and Description |
|---|
| ColumnMapping
Representation of the mapping of a column.
|
| Class and Description |
|---|
| AbstractColumnMapping
Implementation of the mapping of a column.
|
| AbstractLargeBinaryColumnMapping
Mapping of a large binary (e.g BLOB, LONGVARBINARY) column.
|
| BooleanColumnMapping
Mapping of a BOOLEAN column.
|
| CharColumnMapping
Mapping of a CHAR column.
|
| ClobColumnMapping
Mapping of a Clob column.
|
| ColumnMapping
Representation of the mapping of a column.
|
| DoubleColumnMapping
Mapping of a DOUBLE column.
|
| LongVarcharColumnMapping
Mapping of a Long VARCHAR column.
|
| NCharColumnMapping
Mapping of a NCHAR column.
|
| StreamableSpooler
Spooler for files being streamed from the datastore.
|
| StreamableSpooler.StreamableSpoolerGC |
| VarBinaryColumnMapping
Mapping of a VARBINARY column.
|
| Class and Description |
|---|
| ColumnMapping
Representation of the mapping of a column.
|
| Class and Description |
|---|
| ColumnMapping
Representation of the mapping of a column.
|
Copyright © 2020. All rights reserved.