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 TypeClassDescriptionclassMapping for Interface fields.classExtension of MultiMapping where the actual mapping represents multiple possible persistable types such as with an interface/reference field.classMapping for Object fields.classMaps to identity objects of persistable values.classMaps a field storing a persistable object.classMaps to identity objects of reference values.classMapping for a "reference" type.classMapping 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.