Uses of Class
com.orientechnologies.orient.core.metadata.schema.OClassImpl
Packages that use OClassImpl
Package
Description
-
Uses of OClassImpl in com.orientechnologies.orient.client.remote.metadata.schema
Subclasses of OClassImpl in com.orientechnologies.orient.client.remote.metadata.schemaModifier and TypeClassDescriptionclassCreated by tglman on 14/06/17.classCreated by tglman on 14/06/17.Methods in com.orientechnologies.orient.client.remote.metadata.schema that return OClassImplModifier and TypeMethodDescriptionprotected OClassImplOSchemaRemote.createClassInstance(String name) OClassRemote.setEncryption(String iValue) OViewRemote.setEncryption(String iValue) Constructors in com.orientechnologies.orient.client.remote.metadata.schema with parameters of type OClassImpl -
Uses of OClassImpl in com.orientechnologies.orient.core.metadata.schema
Subclasses of OClassImpl in com.orientechnologies.orient.core.metadata.schemaModifier and TypeClassDescriptionclassCreated by tglman on 14/06/17.classclassFields in com.orientechnologies.orient.core.metadata.schema declared as OClassImplFields in com.orientechnologies.orient.core.metadata.schema with type parameters of type OClassImplMethods in com.orientechnologies.orient.core.metadata.schema that return OClassImplModifier and TypeMethodDescriptionprotected OClassImplOSchemaEmbedded.createClassInstance(String name) protected OClassImplOSchemaEmbedded.createClassInstance(String className, int[] clusterIds) protected abstract OClassImplOSchemaShared.createClassInstance(String name) OClassEmbedded.setEncryption(String iValue) abstract OClassImplOClassImpl.setEncryption(String iValue) OViewEmbedded.setEncryption(String iValue) Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type OClassImplModifier and TypeMethodDescriptionOClassImpl.addBaseClass(OClassImpl iBaseClass) Adds a base class to the current one.protected voidOClassImpl.addPolymorphicClusterIds(OClassImpl iBaseClass) Add different cluster id to the "polymorphic cluster ids" array.protected voidOClassImpl.removePolymorphicClusterIds(OClassImpl iBaseClass) Constructors in com.orientechnologies.orient.core.metadata.schema with parameters of type OClassImplModifierConstructorDescriptionprotectedOPropertyEmbedded(OClassImpl owner) protectedOPropertyEmbedded(OClassImpl oClassImpl, OGlobalProperty global) OPropertyImpl(OClassImpl owner) OPropertyImpl(OClassImpl oClassImpl, OGlobalProperty global) -
Uses of OClassImpl in com.orientechnologies.orient.core.metadata.sequence
Methods in com.orientechnologies.orient.core.metadata.sequence with parameters of type OClassImpl -
Uses of OClassImpl in com.orientechnologies.orient.server.distributed.impl.metadata
Subclasses of OClassImpl in com.orientechnologies.orient.server.distributed.impl.metadataMethods in com.orientechnologies.orient.server.distributed.impl.metadata that return OClassImplModifier and TypeMethodDescriptionprotected OClassImplOSchemaDistributed.createClassInstance(String name) protected OClassImplOSchemaDistributed.createClassInstance(String className, int[] clusterIds) OClassDistributed.setEncryption(String iValue) Constructors in com.orientechnologies.orient.server.distributed.impl.metadata with parameters of type OClassImplModifierConstructorDescriptionOPropertyDistributed(OClassImpl owner) OPropertyDistributed(OClassImpl oClassImpl, OGlobalProperty global)