Class InsertOperation

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

public class InsertOperation extends Operation

INTERNAL:An InsertOperation is an executable representation of an INSERT operation on the database.

Since:
EclipseLink 1.x
  • Constructor Details

    • InsertOperation

      public InsertOperation()
  • Method Details

    • invoke

      public Object invoke(XRServiceAdapter xrService, Invocation invocation)
      Execute INSERT 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 INSERT operation on the database does not return a value.
      See Also: