
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–2025 OrientDB. All rights reserved.