Class RecordOperator

java.lang.Object
org.nervousync.database.operator.process.Operator
org.nervousync.database.operator.process.impl.RecordOperator
All Implemented Interfaces:
Serializable

public final class RecordOperator extends Operator
The type Record operator.
Version:
$Revision : 1.0 $ $Date: 10/17/2020 3:43 PM $
Author:
Steven Wee wmkm0113@Hotmail.com
See Also:
  • Method Details

    • getSerialVersionUID

      public static long getSerialVersionUID()
      Gets the value of serialVersionUID
      Returns:
      the value of serialVersionUID
    • getObjects

      public Object[] getObjects()
      Gets the value of baseObjects
      Returns:
      the value of baseObjects
    • insertRecords

      public static RecordOperator insertRecords(TransactionalConfig transactionalConfig, Object... objects)
      Insert records to database
      Parameters:
      transactionalConfig - the transactional config
      objects - the objects
      Returns:
      RecordOperator instance
    • updateRecords

      public static RecordOperator updateRecords(TransactionalConfig transactionalConfig, Object... objects)
      Update records to database
      Parameters:
      transactionalConfig - the transactional config
      objects - the objects
      Returns:
      RecordOperator instance
    • deleteRecords

      public static RecordOperator deleteRecords(TransactionalConfig transactionalConfig, Object... objects)
      Delete records from database
      Parameters:
      transactionalConfig - the transactional config
      objects - the objects
      Returns:
      RecordOperator instance