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.fieldmanager |
Provides field-managers to populate JDBC Statements, and to extract from JDBC ResultSets.
|
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.java |
Package providing mappings for all supported Java types in DataNucleus.
|
org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
org.datanucleus.store.rdbms.request |
Provides the mechanism of communicating with the database using JDBC.
|
org.datanucleus.store.rdbms.scostore |
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
|
org.datanucleus.store.rdbms.sql |
Series of classes used to generate SQL statements.
|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
Class and Description |
---|
MappedTypeManager
Registry of java type mapping support.
|
MappingManager
Representation of a MappingManager, mapping a java mapping type to a datastore mapping type.
|
StatementClassMapping
Definition of statement mapping for a particular class.
|
Class and Description |
---|
MappingManager
Representation of a MappingManager, mapping a java mapping type to a datastore mapping type.
|
Class and Description |
---|
StatementClassMapping
Definition of statement mapping for a particular class.
|
Class and Description |
---|
MappingManager
Representation of a MappingManager, mapping a java mapping type to a datastore mapping type.
|
RDBMSMappingManager
Mapping manager for RDBMS datastores.
|
RDBMSMappingManager.MappingConverterDetails |
StatementClassMapping
Definition of statement mapping for a particular class.
|
StatementMappingIndex
Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s)
or parameters that the mapping relates to.
|
Class and Description |
---|
MappingCallbacks
Interface defining a series of callbacks that are called when this mapping goes through
certain lifecycle events.
|
Class and Description |
---|
StatementClassMapping
Definition of statement mapping for a particular class.
|
StatementMappingIndex
Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s)
or parameters that the mapping relates to.
|
Class and Description |
---|
StatementClassMapping
Definition of statement mapping for a particular class.
|
Class and Description |
---|
StatementClassMapping
Definition of statement mapping for a particular class.
|
StatementMappingIndex
Representation of a mapping in a statement (such as JDBC), and its mapping to the associated column(s)
or parameters that the mapping relates to.
|
Class and Description |
---|
StatementClassMapping
Definition of statement mapping for a particular class.
|
Class and Description |
---|
MappingConsumer
Consumer of mappings.
|
Copyright © 2017. All rights reserved.