Class EmbeddedValuePCMapping


  • public class EmbeddedValuePCMapping
    extends EmbeddedMapping
    Mapping for a PC key object stored in an embedded map within a PC object. Provides mapping for a single Java type (the value PC type) to multiple datastore columns.
    • Constructor Detail

      • EmbeddedValuePCMapping

        public EmbeddedValuePCMapping()
    • Method Detail

      • initialize

        public void initialize​(org.datanucleus.metadata.AbstractMemberMetaData mmd,
                               Table table,
                               org.datanucleus.ClassLoaderResolver clr)
        Initialise this JavaTypeMapping with the given DatastoreAdapter for the given metadata.
        Overrides:
        initialize in class EmbeddedMapping
        Parameters:
        mmd - MetaData for the field to be mapped (if any)
        table - The datastore container storing this mapping (if any)
        clr - the ClassLoaderResolver