Class PersistRequestOrmUpdate

All Implemented Interfaces:
TxnProfileEventCodes, BatchPostExecute

public final class PersistRequestOrmUpdate extends PersistRequest
Persist request specifically for CallableSql.
  • Constructor Details

  • Method Details

    • profile

      public void profile(long offset, int flushCount)
      Description copied from interface: BatchPostExecute
      Add as event to the profiling.
    • descriptor

      public BeanDescriptor<?> descriptor()
    • executeNow

      public int executeNow()
      Description copied from class: PersistRequest
      Execute the request right now.
      Specified by:
      executeNow in class PersistRequest
    • executeOrQueue

      public int executeOrQueue()
      Description copied from class: PersistRequest
      Execute a the request or queue/batch it for later execution.
      Specified by:
      executeOrQueue in class PersistRequest
    • ormUpdate

      public SpiUpdate<?> ormUpdate()
      Return the UpdateSql.
    • checkRowCount

      public void checkRowCount(int count)
      No concurrency checking so just note the rowCount.
    • setGeneratedKey

      public void setGeneratedKey(Object idValue)
      Not called for this type of request.
    • setBindLog

      public void setBindLog(String bindLog)
      Set the bound values.
    • postExecute

      public void postExecute()
      Perform post execute processing.