Class JPQLCallQueryMechanism

All Implemented Interfaces:
Serializable, Cloneable

public class JPQLCallQueryMechanism extends ExpressionQueryMechanism
INTERNAL

Purpose: Mechanism used for EJBQL.

Responsibilities: Executes the appropriate call.

Since:
TopLink 4.0
See Also:
  • Field Details

    • ejbqlCall

      protected JPQLCall ejbqlCall
  • Constructor Details

    • 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
  • Method Details