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 TypeClassDescriptionclassFor use with a batch SQL query, i.e.classINTERNAL:An XR DeleteOperation is an executable representation of aDELETEoperation on the database.classINTERNAL:An InsertOperation is an executable representation of anINSERToperation on the database.classINTERNAL:An XR QueryOperation is an executable representation of aSELECToperation on the database.classFields 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 TypeMethodDescriptionvoidXRServiceModel.setOperations(Map<String, Operation> operations)