Uses of Class
org.eclipse.persistence.internal.xr.Operation
-
Uses of Operation in org.eclipse.persistence.internal.dbws
Modifier and TypeMethodDescriptionSOAPResponseWriter.generateResponse
(Operation op, boolean useSOAP12, Exception e) SOAPResponseWriter.generateResponse
(Operation op, boolean useSOAP12, Object result) -
Uses of Operation in org.eclipse.persistence.internal.xr
Modifier and TypeClassDescriptionclass
For use with a batch SQL query, i.e.class
INTERNAL:An XR DeleteOperation is an executable representation of aDELETE
operation on the database.class
INTERNAL:An InsertOperation is an executable representation of anINSERT
operation on the database.class
INTERNAL:An XR QueryOperation is an executable representation of aSELECT
operation on the database.class
Modifier and TypeMethodDescriptionXRServiceModel.getOperations()
XRServiceModel.getOperationsList()
Modifier and TypeMethodDescriptionvoid
XRServiceModel.setOperations
(Map<String, Operation> operations)