Class OIntentMassiveInsert
java.lang.Object
com.orientechnologies.orient.core.intent.OIntentMassiveInsert
- All Implemented Interfaces:
OIntent
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(ODatabaseDocumentInternal iDatabase) Deprecated.Activate the intent.copy()Deprecated.voidend(ODatabaseDocumentInternal iDatabase) Deprecated.Activate the intent.booleanDeprecated.booleanDeprecated.booleanDeprecated.setDisableHooks(boolean disableHooks) Deprecated.setDisableSecurity(boolean disableSecurity) Deprecated.setDisableValidation(boolean disableValidation) Deprecated.setEnableCache(boolean enableCache) Deprecated.
-
Constructor Details
-
OIntentMassiveInsert
public OIntentMassiveInsert()Deprecated.
-
-
Method Details
-
begin
Deprecated.Description copied from interface:OIntentActivate the intent. -
end
Deprecated.Description copied from interface:OIntentActivate the intent. -
isDisableValidation
public boolean isDisableValidation()Deprecated. -
setDisableValidation
Deprecated. -
isDisableSecurity
public boolean isDisableSecurity()Deprecated. -
setDisableSecurity
Deprecated. -
isDisableHooks
public boolean isDisableHooks()Deprecated. -
setDisableHooks
Deprecated. -
setEnableCache
Deprecated. -
copy
Deprecated.
-