Class ManyToOneMapping

All Implemented Interfaces:
Serializable, Cloneable, MapComponentMapping, MapKeyMapping, RelationalMapping

public class ManyToOneMapping extends OneToOneMapping

Purpose: Define the relationship to be a ManyToOne. This is mainly functionally the same as OneToOneMapping.

Since:
EclipseLink 2.1
See Also:
  • Constructor Details

    • ManyToOneMapping

      public ManyToOneMapping()
      PUBLIC: Default constructor.
  • Method Details

    • isManyToOneMapping

      public boolean isManyToOneMapping()
      INTERNAL: Related mapping should implement this method to return true.
      Overrides:
      isManyToOneMapping in class DatabaseMapping