Uses of Interface
com.orientechnologies.orient.core.db.OUserObject2RecordHandler
Packages that use OUserObject2RecordHandler
Package
Description
-
Uses of OUserObject2RecordHandler in com.orientechnologies.orient.core.db.object
Subinterfaces of OUserObject2RecordHandler in com.orientechnologies.orient.core.db.objectModifier and TypeInterfaceDescriptioninterfaceGeneric interface for object based Database implementations. -
Uses of OUserObject2RecordHandler in com.orientechnologies.orient.object.db
Classes in com.orientechnologies.orient.object.db that implement OUserObject2RecordHandler -
Uses of OUserObject2RecordHandler in com.orientechnologies.orient.object.serialization
Methods in com.orientechnologies.orient.object.serialization with parameters of type OUserObject2RecordHandlerModifier and TypeMethodDescriptionstatic ODocumentOObjectSerializerHelper.toStream(Object iPojo, ODocument iRecord, OEntityManager iEntityManager, OClass schemaClass, OUserObject2RecordHandler iObj2RecHandler, ODatabaseObject db, boolean iSaveOnlyDirty) Serialize the user POJO to a ORecordDocument instance.