Uses of Package
org.datanucleus.store.rdbms.mapping
Packages that use org.datanucleus.store.rdbms.mapping
Package
Description
Package providing management of the persistence to RDBMS datastores.
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes).
Package providing mappings for all supported Java types in DataNucleus.
Provides the mechanism of communicating with the database using JDBC.
Provides the internal DataNucleus definition of a table/view and its columns.
-
Classes in org.datanucleus.store.rdbms.mapping used by org.datanucleus.store.rdbmsClassDescriptionRepresentation of a MappingManager, mapping a java mapping type to a column mapping type.
-
Classes in org.datanucleus.store.rdbms.mapping used by org.datanucleus.store.rdbms.adapterClassDescriptionRepresentation of a MappingManager, mapping a java mapping type to a column mapping type.
-
Classes in org.datanucleus.store.rdbms.mapping used by org.datanucleus.store.rdbms.mappingClassDescriptionRepresentation of a MappingManager, mapping a java mapping type to a column mapping type.Definition of a java type that can be "mapped".Enum defining types of mappings, for use with a MappingConsumer.
-
Classes in org.datanucleus.store.rdbms.mapping used by org.datanucleus.store.rdbms.mapping.javaClassDescriptionInterface defining a series of callbacks that are called when this mapping goes through certain lifecycle events.
-
Classes in org.datanucleus.store.rdbms.mapping used by org.datanucleus.store.rdbms.requestClassDescriptionInterface defining a series of callbacks that are called when this mapping goes through certain lifecycle events.Consumer of mappings.Enum defining types of mappings, for use with a MappingConsumer.
-
Classes in org.datanucleus.store.rdbms.mapping used by org.datanucleus.store.rdbms.tableClassDescriptionConsumer of mappings.Enum defining types of mappings, for use with a MappingConsumer.