Class ManyToManyQueryKey

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class ManyToManyQueryKey
    extends ForeignReferenceQueryKey

    Purpose:Represents a m-m join query.

    See Also:
    Serialized Form
    • Constructor Detail

      • ManyToManyQueryKey

        public ManyToManyQueryKey()
    • Method Detail

      • 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