Class DirectToFieldMapping

    • Constructor Detail

      • DirectToFieldMapping

        public DirectToFieldMapping()
        Default constructor.
    • Method Detail

      • setFieldName

        public void setFieldName​(java.lang.String FieldName)
        PUBLIC: Set the field name in the mapping.
      • writeValueIntoRow

        protected void writeValueIntoRow​(org.eclipse.persistence.internal.sessions.AbstractRecord row,
                                         org.eclipse.persistence.internal.helper.DatabaseField field,
                                         java.lang.Object fieldValue)
        Description copied from class: AbstractColumnMapping
        INTERNAL:
        Specified by:
        writeValueIntoRow in class AbstractDirectMapping