Uses of Interface
com.orientechnologies.orient.object.enhancement.field.ODocumentFieldHandlingStrategy
Packages that use ODocumentFieldHandlingStrategy
-
Uses of ODocumentFieldHandlingStrategy in com.orientechnologies.orient.object.enhancement.field
Classes in com.orientechnologies.orient.object.enhancement.field that implement ODocumentFieldHandlingStrategyModifier and TypeClassDescriptionclassODocumentFieldHandlingStrategythat delegates to the defaultODocument.field(String)implementation.classODocumentFieldHandlingStrategythat deals with fields (depending on their type) in a smarter way than aODocumentSimpleFieldHandlingStrategy.Methods in com.orientechnologies.orient.object.enhancement.field that return ODocumentFieldHandlingStrategyModifier and TypeMethodDescriptionODocumentFieldHandlingStrategyFactory.create(int strategy) Creates a new instance of the requested strategy.static final ODocumentFieldHandlingStrategyODocumentFieldHandler.getStrategy(ODatabase<?> database) Methods in com.orientechnologies.orient.object.enhancement.field that return types with arguments of type ODocumentFieldHandlingStrategyModifier and TypeMethodDescriptionODocumentFieldHandlingStrategyRegistry.getStrategy(int strategy) Gets a registered strategyMethods in com.orientechnologies.orient.object.enhancement.field with parameters of type ODocumentFieldHandlingStrategyModifier and TypeMethodDescriptionvoidODocumentFieldHandlingStrategyRegistry.registerStrategy(int strategy, ODocumentFieldHandlingStrategy strategyInstance) Registers a strategy