Class OIntentNoCache

java.lang.Object
com.orientechnologies.orient.core.intent.OIntentNoCache
All Implemented Interfaces:
OIntent

@Deprecated public class OIntentNoCache extends Object implements OIntent
Deprecated.
Disable cache. This is helpful with operation like UPDATE/DELETE of many records.
  • Constructor Details

    • OIntentNoCache

      public OIntentNoCache()
      Deprecated.
  • Method Details

    • begin

      public void begin(ODatabaseDocumentInternal iDatabase)
      Deprecated.
      Description copied from interface: OIntent
      Activate the intent.
      Specified by:
      begin in interface OIntent
      Parameters:
      iDatabase - Database where to activate it
    • end

      public void end(ODatabaseDocumentInternal iDatabase)
      Deprecated.
      Description copied from interface: OIntent
      Activate the intent.
      Specified by:
      end in interface OIntent
      Parameters:
      iDatabase - Database where to activate it
    • copy

      public OIntent copy()
      Deprecated.
      Specified by:
      copy in interface OIntent