
public interface ODocumentFieldOTypeHandlingStrategy
| Modifier and Type | Method and Description |
|---|---|
OType |
getOType() |
Object |
load(ODocument iRecord,
String fieldName)
Retrieves a field from a document
|
ODocument |
store(ODocument iRecord,
String fieldName,
Object fieldValue)
Stores an object in a document
|
ODocument store(ODocument iRecord, String fieldName, Object fieldValue)
iRecord - fieldName - fieldValue - Object load(ODocument iRecord, String fieldName)
iRecord - fieldName - suggestedFieldType - ignored if the type is set in the schemaCopyright © 2009–2025 OrientDB. All rights reserved.