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
Fields inherited from class org.eclipse.persistence.internal.xr.QueryHandler
databaseQuery
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initializeCall
(XRServiceAdapter xrService, QueryOperation queryOperation, DatabaseQuery databaseQuery) void
setJpqlString
(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:QueryHandler
INTERNAL: Initialize this
QueryHandler
'sDatabaseQuery
'sCall
. Typically no work is required, but for someQueryHandlers
(JPQLQueryHandler
,StoredProcedureQueryHandler
, etc.) special handling may be required.- Overrides:
initializeCall
in classQueryHandler
- Parameters:
xrService
- the givenDBWSService
queryOperation
- the givenQueryOperation
databaseQuery
- the givenDatabaseQuery
-