Interface ODocumentFieldHandlingStrategy
- All Known Implementing Classes:
ODocumentSimpleFieldHandlingStrategy,ODocumentSmartFieldHandlingStrategy
public interface ODocumentFieldHandlingStrategy
Strategy handling how to store and retrieve data in documents.
- Author:
- diegomtassis Diego Martin Tassis
-
Method Summary
-
Method Details
-
store
Stores an object in a document- Parameters:
iRecord-fieldName-fieldValue-suggestedFieldType- ignored if the type is set in the schema
-
load
Retrieves a field from a document- Parameters:
iRecord-fieldName-suggestedFieldType- ignored if the type is set in the schema- Returns:
- field value
-