Class EmbeddedElementPCMapping


  • public class EmbeddedElementPCMapping
    extends EmbeddedMapping
    Mapping for a persistable object stored in an embedded collection within a persistable object. Provides mapping for a single Java type (the element PC type) to multiple datastore columns.
    • Constructor Detail

      • EmbeddedElementPCMapping

        public EmbeddedElementPCMapping()
    • 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 FieldMetaData.
        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)