Interface OIntent
- All Known Implementing Classes:
OIntentMassiveInsert,OIntentMassiveRead,OIntentNoCache
Deprecated.
Intents aim to define common use case in order to optimize the execution.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(ODatabaseDocumentInternal iDatabase) Deprecated.Activate the intent.copy()Deprecated.voidend(ODatabaseDocumentInternal iDatabase) Deprecated.Activate the intent.
-
Method Details
-
begin
Deprecated.Activate the intent.- Parameters:
iDatabase- Database where to activate it
-
end
Deprecated.Activate the intent.- Parameters:
iDatabase- Database where to activate it
-
copy
OIntent copy()Deprecated.
-