Uses of Class
org.eclipse.persistence.internal.xr.Invocation
Packages that use Invocation
-
Uses of Invocation in org.eclipse.persistence.internal.xr
Methods in org.eclipse.persistence.internal.xr with parameters of type InvocationModifier 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