Module org.eclipse.persistence.dbws
Class JPQLQueryHandler
java.lang.Object
org.eclipse.persistence.internal.xr.QueryHandler
org.eclipse.persistence.internal.xr.JPQLQueryHandler
INTERNAL: JPQLQueryHandler sets the JPQL string in the given DatabaseQuery
- Since:
- EclipseLink 1.x
-
Field Summary
FieldsFields inherited from class org.eclipse.persistence.internal.xr.QueryHandler
databaseQuery -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeCall(XRServiceAdapter xrService, QueryOperation queryOperation, DatabaseQuery databaseQuery) voidsetJpqlString(String sqlString) Methods inherited from class org.eclipse.persistence.internal.xr.QueryHandler
getDatabaseQuery, initialize, initializeArguments, initializeDatabaseQuery, setDatabaseQuery, validate
-
Field Details
-
jpqlString
-
-
Constructor Details
-
JPQLQueryHandler
public JPQLQueryHandler()Default constructor.
-
-
Method Details
-
getJpqlString
-
setJpqlString
-
initializeCall
public void initializeCall(XRServiceAdapter xrService, QueryOperation queryOperation, DatabaseQuery databaseQuery) Description copied from class:QueryHandlerINTERNAL: Initialize this
QueryHandler'sDatabaseQuery'sCall. Typically no work is required, but for someQueryHandlers(JPQLQueryHandler,StoredProcedureQueryHandler, etc.) special handling may be required.- Overrides:
initializeCallin classQueryHandler- Parameters:
xrService- the givenDBWSServicequeryOperation- the givenQueryOperationdatabaseQuery- the givenDatabaseQuery
-