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 Details

    • EmbeddedKeyPCMapping

      public EmbeddedKeyPCMapping()
  • Method Details

    • initialize

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