Class EmbeddedKeyPCMapping


  • public class EmbeddedKeyPCMapping
    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 key PC type) to multiple datastore columns.
    • Constructor Detail

      • EmbeddedKeyPCMapping

        public EmbeddedKeyPCMapping()
    • Method Detail

      • initialize

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