Package org.datanucleus.store.rdbms.mapping
package org.datanucleus.store.rdbms.mapping
In an RDBMS datastore each class is represented as a Table (maybe shared with other classes). Each field/property of the class is represented as a JavaTypeMapping (see classes under org.datanucleus.store.rdbms.mapping.java). Each JavaTypeMapping has [0-N] DatastoreMapping(s) (see classes under org.datanucleus.store.rdbms.mapping.column).
-
ClassDescriptionParameter setter class to deal with application identity.Class to make correspondence between columns in one side of an association to the mapping at the other side.Interface defining a series of callbacks that are called when this mapping goes through certain lifecycle events.Consumer of mappings.Helper class for handling mappings.Representation of a MappingManager, mapping a java mapping type to a column mapping type.Default Mapping manager implementation.Definition of a java type that can be "mapped".Enum defining types of mappings, for use with a MappingConsumer.