Class JPQLCallQueryMechanism

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

    public class JPQLCallQueryMechanism
    extends ExpressionQueryMechanism
    INTERNAL

    Purpose: Mechanism used for EJBQL.

    Responsibilities: Executes the appropriate call.

    Since:
    TopLink 4.0
    Author:
    Jon Driscoll, Joel Lucuik
    See Also:
    Serialized Form
    • Field Detail

      • ejbqlCall

        protected JPQLCall ejbqlCall
    • Constructor Detail

      • JPQLCallQueryMechanism

        public JPQLCallQueryMechanism()
      • JPQLCallQueryMechanism

        public JPQLCallQueryMechanism​(DatabaseQuery query)
        Initialize the state of the query
        Parameters:
        query - - owner of mechanism
      • JPQLCallQueryMechanism

        public JPQLCallQueryMechanism​(DatabaseQuery query,
                                      JPQLCall call)
        INTERNAL Initialize the state of the query
        Parameters:
        query - - owner of mechanism
        call - - Database call