public class InsertOperation extends Operation
INTERNAL:An InsertOperation is an executable representation of an INSERT operation on the database.
| Constructor and Description |
|---|
InsertOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(XRServiceAdapter xrService,
Invocation invocation)
Execute INSERT operation on the database
|
getName, getParameters, hasResponse, initialize, isCollection, setName, validatepublic java.lang.Object invoke(XRServiceAdapter xrService, Invocation invocation)
invoke in class OperationxrService - parent XRService that owns this Operationinvocation - contains runtime argument values to be bound to the list of
Parameter's.null as the underlying INSERT operation on
the database does not return a value.Operation}EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference