Class ManyToManyQueryKey

All Implemented Interfaces:
Serializable, Cloneable

public class ManyToManyQueryKey extends ForeignReferenceQueryKey

Purpose:Represents a m-m join query.

See Also:
  • Constructor Details

    • ManyToManyQueryKey

      public ManyToManyQueryKey()
  • Method Details

    • isCollectionQueryKey

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

      public boolean isManyToManyQueryKey()
      INTERNAL: override the isManyToManyQueryKey() method in the superclass to return true.
      Overrides:
      isManyToManyQueryKey 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