Skip navigation links

Package org.datanucleus.store.rdbms.mapping.datastore

Package containing mappings for datastore (JDBC) types.

See: Description

Package org.datanucleus.store.rdbms.mapping.datastore Description

Package containing mappings for datastore (JDBC) types. These mappings will be mapped via the RDBMSMappingManager to the various java type mappings in org.datanucleus.store.rdbms.mapping.java

These are datastore (JDBC) types, and probably most of them are atomic types mapping to atomic java types

Mappings map persistent java fields in persistable classes to columns in RDBMS tables. Mappings are also used to map "non-fields" in persistable classes to columns in RDBMS tables. A class using datastore identity does not have java fields representing primary-keys in RDBMS tables, but as said ealier a Mapping is also applied to "non-fields". Therefore, a Mapping is applied to:

In addition to the representation of columns in tables for persistable classes, Mappings are also used for representing fields in queries.

Skip navigation links

Copyright © 2015. All rights reserved.