Class OneToManyQueryKey

All Implemented Interfaces:
Serializable, Cloneable

public class OneToManyQueryKey extends ForeignReferenceQueryKey

Purpose:Represents a 1-m join query.

See Also:
  • Constructor Details

    • OneToManyQueryKey

      public OneToManyQueryKey()
  • Method Details

    • isCollectionQueryKey

      public boolean isCollectionQueryKey()
      INTERNAL: override the isCollectionQueryKey() method in the superclass to return true.
      Overrides:
      isCollectionQueryKey in class QueryKey
      Returns:
      boolean
    • isOneToManyQueryKey

      public boolean isOneToManyQueryKey()
      INTERNAL: override the isOneToManyQueryKey() method in the superclass to return true.
      Overrides:
      isOneToManyQueryKey in class QueryKey
      Returns:
      boolean
    • getRelationTable

      public org.eclipse.persistence.internal.helper.DatabaseTable getRelationTable(ClassDescriptor referenceDescriptor)
      PUBLIC: Returns the reference table.
      Overrides:
      getRelationTable in class ForeignReferenceQueryKey