Purpose: Mechanism used for EJBQL.
Responsibilities: Executes the appropriate call. @author Jon Driscoll, Joel Lucuik @since TopLink 4.0
62636465666768
* INTERNAL: * Return the appropriate mechanism, * with the call added as necessary. */ public DatabaseQueryMechanism buildNewQueryMechanism(DatabaseQuery query) { return new JPQLCallQueryMechanism(query, this); }