Uses of Class
org.eclipse.persistence.internal.xr.Invocation
-
Uses of Invocation in org.eclipse.persistence.internal.xr
Modifier and TypeMethodDescriptionBatchQueryOperation.invoke
(XRServiceAdapter xrService, Invocation invocation) Invoke the SQL statements in order against the database.DeleteOperation.invoke
(XRServiceAdapter xrService, Invocation invocation) ExecuteDELETE
operation on the databaseInsertOperation.invoke
(XRServiceAdapter xrService, Invocation invocation) ExecuteINSERT
operation on the databaseabstract Object
Operation.invoke
(XRServiceAdapter xrService, Invocation invocation) QueryOperation.invoke
(XRServiceAdapter xrService, Invocation invocation) ExecuteSELECT
operation on the databaseUpdateOperation.invoke
(XRServiceAdapter xrService, Invocation invocation) ExecuteUPDATE
operation on the database