Uses of Class
org.eclipse.persistence.internal.xr.Operation
Packages that use Operation
-
Uses of Operation in org.eclipse.persistence.internal.dbws
Methods in org.eclipse.persistence.internal.dbws with parameters of type OperationModifier 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
Subclasses of Operation in org.eclipse.persistence.internal.xrModifier 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
Fields in org.eclipse.persistence.internal.xr with type parameters of type OperationMethods in org.eclipse.persistence.internal.xr that return OperationMethods in org.eclipse.persistence.internal.xr that return types with arguments of type OperationModifier and TypeMethodDescriptionXRServiceModel.getOperations()
XRServiceModel.getOperationsList()
Method parameters in org.eclipse.persistence.internal.xr with type arguments of type OperationModifier and TypeMethodDescriptionvoid
XRServiceModel.setOperations
(Map<String, Operation> operations)