Class DirectCollectionQueryKey

All Implemented Interfaces:
Serializable, Cloneable

public class DirectCollectionQueryKey extends ForeignReferenceQueryKey

Purpose:Represents a direct collection join query.

See Also:
  • Constructor Details

    • DirectCollectionQueryKey

      public DirectCollectionQueryKey()
  • Method Details

    • isCollectionQueryKey

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

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