Package com.orientechnologies.orient.object.enhancement.field
package com.orientechnologies.orient.object.enhancement.field
-
ClassDescriptionWraps a
ODocumentFieldHandlingStrategyto be accessed statically.
The strategy to be used is set viaOGlobalConfiguration.DOCUMENT_BINARY_MAPPINGand the possible values areODocumentFieldHandlingStrategyFactory.SIMPLE,ODocumentFieldHandlingStrategyFactory.SINGLE_ORECORD_BYTESorODocumentFieldHandlingStrategyFactory.SPLIT_ORECORD_BYTES.Strategy handling how to store and retrieve data in documents.Factory forODocumentFieldHandlingStrategyinstances.ODocumentFieldHandlingStrategyregistry.Strategy handling how to store and retrieve data in documents.ODocumentFieldHandlingStrategythat delegates to the defaultODocument.field(String)implementation.ODocumentFieldHandlingStrategythat deals with fields (depending on their type) in a smarter way than aODocumentSimpleFieldHandlingStrategy.ODocumentFieldOTypeHandlingStrategythat stores eachOType.BINARYobject split in severalORecordBytes.