Class OneToManyQueryKey

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

    public class OneToManyQueryKey
    extends ForeignReferenceQueryKey

    Purpose:Represents a 1-m join query.

    See Also:
    Serialized Form
    • Constructor Detail

      • OneToManyQueryKey

        public OneToManyQueryKey()
    • Method Detail

      • 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