Constructor and Description |
---|
OIntentMassiveInsert() |
Modifier and Type | Method and Description |
---|---|
void |
begin(ODatabaseDocumentInternal iDatabase)
Activate the intent.
|
OIntent |
copy() |
void |
end(ODatabaseDocumentInternal iDatabase)
Activate the intent.
|
boolean |
isDisableHooks() |
boolean |
isDisableSecurity() |
boolean |
isDisableValidation() |
OIntentMassiveInsert |
setDisableHooks(boolean disableHooks) |
OIntentMassiveInsert |
setDisableSecurity(boolean disableSecurity) |
OIntentMassiveInsert |
setDisableValidation(boolean disableValidation) |
OIntentMassiveInsert |
setEnableCache(boolean enableCache) |
public void begin(ODatabaseDocumentInternal iDatabase)
OIntent
public void end(ODatabaseDocumentInternal iDatabase)
OIntent
public boolean isDisableValidation()
public OIntentMassiveInsert setDisableValidation(boolean disableValidation)
public boolean isDisableSecurity()
public OIntentMassiveInsert setDisableSecurity(boolean disableSecurity)
public boolean isDisableHooks()
public OIntentMassiveInsert setDisableHooks(boolean disableHooks)
public OIntentMassiveInsert setEnableCache(boolean enableCache)
Copyright © 2009–2020 OrientDB. All rights reserved.