Package | Description |
---|---|
com.orientechnologies.orient.object.enhancement.field |
Modifier and Type | Class and Description |
---|---|
class |
ODocumentSimpleFieldHandlingStrategy
ODocumentFieldHandlingStrategy that delegates to the default ODocument.field(String) implementation. |
class |
ODocumentSmartFieldHandlingStrategy
ODocumentFieldHandlingStrategy that deals with fields (depending on their type) in a
smarter way than a ODocumentSimpleFieldHandlingStrategy . |
Modifier and Type | Method and Description |
---|---|
ODocumentFieldHandlingStrategy |
ODocumentFieldHandlingStrategyFactory.create(int strategy)
Creates a new instance of the requested strategy.
|
static ODocumentFieldHandlingStrategy |
ODocumentFieldHandler.getStrategy(ODatabase<?> database) |
Modifier and Type | Method and Description |
---|---|
Optional<ODocumentFieldHandlingStrategy> |
ODocumentFieldHandlingStrategyRegistry.getStrategy(int strategy)
Gets a registered strategy
|
Modifier and Type | Method and Description |
---|---|
void |
ODocumentFieldHandlingStrategyRegistry.registerStrategy(int strategy,
ODocumentFieldHandlingStrategy strategyInstance)
Registers a strategy
|
Copyright © 2009–2020 OrientDB. All rights reserved.