Uses of Class
org.datanucleus.store.rdbms.mapping.java.MultiMapping
Packages that use MultiMapping
Package
Description
Package providing mappings for all supported Java types in DataNucleus.
-
Uses of MultiMapping in org.datanucleus.store.rdbms.mapping.java
Subclasses of MultiMapping in org.datanucleus.store.rdbms.mapping.javaModifier and TypeClassDescriptionclass
Mapping for Interface fields.class
Extension of MultiMapping where the actual mapping represents multiple possible persistable types such as with an interface/reference field.class
Mapping for Object fields.class
Maps to identity objects of persistable values.class
Maps a field storing a persistable object.class
Maps to identity objects of reference values.class
Mapping for a "reference" type.class
Mapping for a field that stores a PC object that uses "subclass-table" inheritance and where this is mapped in the datastore as a separate FK for each subclass.