Class UpdateOperation

java.lang.Object
org.eclipse.persistence.internal.xr.Operation
org.eclipse.persistence.internal.xr.UpdateOperation

public class UpdateOperation extends Operation
  • Constructor Details

    • UpdateOperation

      public UpdateOperation()
  • Method Details

    • invoke

      public Object invoke(XRServiceAdapter xrService, Invocation invocation)
      Execute UPDATE operation on the database
      Specified by:
      invoke in class Operation
      Parameters:
      xrService - parent XRService that owns this Operation
      invocation - contains runtime argument values to be bound to the list of Parameter's.
      Returns:
      result - null as the underlying UPDATE operation on the database does not return a value.
      See Also: