Uses of Class
com.orientechnologies.orient.core.metadata.schema.OImmutableSchema
Packages that use OImmutableSchema
Package
Description
-
Uses of OImmutableSchema in com.orientechnologies.orient.core.metadata
Methods in com.orientechnologies.orient.core.metadata that return OImmutableSchemaModifier and TypeMethodDescriptionOMetadataInternal.getImmutableSchemaSnapshot()OSessionMetadata.getImmutableSchemaSnapshot() -
Uses of OImmutableSchema in com.orientechnologies.orient.core.metadata.schema
Fields in com.orientechnologies.orient.core.metadata.schema declared as OImmutableSchemaMethods in com.orientechnologies.orient.core.metadata.schema that return OImmutableSchemaModifier and TypeMethodDescriptionOImmutableClass.getSchema()OImmutableSchema.makeSnapshot()OSchema.makeSnapshot()OSchemaShared.makeSnapshot(ODatabaseDocumentInternal database) OSessionSchema.makeSnapshot()Constructors in com.orientechnologies.orient.core.metadata.schema with parameters of type OImmutableSchemaModifierConstructorDescriptionOImmutableClass(OClass oClass, OImmutableSchema schema) OImmutableView(OView view, OImmutableSchema schema) -
Uses of OImmutableSchema in com.orientechnologies.orient.core.record.impl
Fields in com.orientechnologies.orient.core.record.impl declared as OImmutableSchemaMethods in com.orientechnologies.orient.core.record.impl that return OImmutableSchemaModifier and TypeMethodDescriptionprotected OImmutableSchemaODocument.getImmutableSchema()static OImmutableSchemaODocumentInternal.getImmutableSchema(ODocument oDocument) -
Uses of OImmutableSchema in com.orientechnologies.orient.core.serialization.serializer.record
Methods in com.orientechnologies.orient.core.serialization.serializer.record that return OImmutableSchemaModifier and TypeMethodDescriptionOSerializationContext.getImmutableSchema()OSerializationContextImpl.getImmutableSchema() -
Uses of OImmutableSchema in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type OImmutableSchemaModifier and TypeMethodDescriptionvoidODocumentSerializer.deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema) voidORecordSerializerBinaryV0.deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema) voidORecordSerializerBinaryV1.deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema) voidORecordSerializerNetworkV0.deserializeDebug(BytesContainer bytes, ODatabaseDocumentInternal db, ORecordSerializationDebug debugInfo, OImmutableSchema schema) protected OResultBinaryORecordSerializerBinaryV0.deserializeEmbeddedAsBytes(BytesContainer bytes, int valueLength, OImmutableSchema schema) protected OResultBinaryORecordSerializerBinaryV1.deserializeEmbeddedAsBytes(BytesContainer bytes, int valueLength, OImmutableSchema schema) protected ListORecordSerializerBinaryV0.deserializeEmbeddedCollectionAsCollectionOfBytes(BytesContainer bytes, OImmutableSchema schema) protected ListORecordSerializerBinaryV1.deserializeEmbeddedCollectionAsCollectionOfBytes(BytesContainer bytes, OImmutableSchema schema) ORecordSerializerBinaryV0.deserializeEmbeddedMapAsMapOfBytes(BytesContainer bytes, OImmutableSchema schema) ORecordSerializerBinaryV1.deserializeEmbeddedMapAsMapOfBytes(BytesContainer bytes, OImmutableSchema schema) ODocumentSerializer.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerBinaryV0.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerBinaryV1.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) ORecordSerializerNetworkV0.deserializeField(BytesContainer bytes, OClass iClass, String iFieldName, boolean embedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETODocumentSerializer.deserializeFieldTyped(BytesContainer record, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerBinaryV0.deserializeFieldTyped(BytesContainer bytes, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerBinaryV1.deserializeFieldTyped(BytesContainer bytes, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) <RET> RETORecordSerializerNetworkV0.deserializeFieldTyped(BytesContainer record, String iFieldName, boolean isEmbedded, OImmutableSchema schema, OPropertyEncryption encryption) protected <RET> RETORecordSerializerBinaryV0.deserializeFieldTypedLoopAndReturn(BytesContainer bytes, String iFieldName, OImmutableSchema schema) protected <RET> RETORecordSerializerBinaryV1.deserializeFieldTypedLoopAndReturn(BytesContainer bytes, String iFieldName, OImmutableSchema schema, OPropertyEncryption encryption) protected ObjectORecordSerializerBinaryV0.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner, boolean embeddedAsDocument, int valueLengthInBytes, boolean justRunThrough, OImmutableSchema schema) protected ObjectORecordSerializerBinaryV1.deserializeValue(BytesContainer bytes, OType type, ORecordElement owner, boolean embeddedAsDocument, int valueLengthInBytes, boolean justRunThrough, OImmutableSchema schema) protected List<HelperClasses.MapRecordInfo> ORecordSerializerBinaryV0.getPositionsFromEmbeddedMap(BytesContainer bytes, OImmutableSchema schema) protected List<HelperClasses.MapRecordInfo> ORecordSerializerBinaryV1.getPositionsFromEmbeddedMap(BytesContainer bytes, OImmutableSchema schema) protected Map<Object, OIdentifiable> ORecordSerializerBinaryV0.readLinkMap(BytesContainer bytes, ORecordElement owner, boolean justRunThrough, OImmutableSchema schema) Constructors in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type OImmutableSchemaModifierConstructorDescriptionOResultBinary(OImmutableSchema schema, byte[] bytes, int offset, int fieldLength, ODocumentSerializer serializer) -
Uses of OImmutableSchema in com.orientechnologies.orient.object.metadata
Methods in com.orientechnologies.orient.object.metadata that return OImmutableSchema -
Uses of OImmutableSchema in com.orientechnologies.orient.object.metadata.schema
Methods in com.orientechnologies.orient.object.metadata.schema that return OImmutableSchema