public interface ODocumentFieldHandlingStrategy
Modifier and Type | Method and Description |
---|---|
Object |
load(ODocument iRecord,
String fieldName,
OType suggestedFieldType)
Retrieves a field from a document
|
ODocument |
store(ODocument iRecord,
String fieldName,
Object fieldValue,
OType suggestedFieldType)
Stores an object in a document
|
Copyright © 2009–2020 OrientDB. All rights reserved.