Uses of Class
com.orientechnologies.orient.core.metadata.schema.OViewConfig
Packages that use OViewConfig
Package
Description
-
Uses of OViewConfig in com.orientechnologies.orient.client.remote.metadata.schema
Methods in com.orientechnologies.orient.client.remote.metadata.schema with parameters of type OViewConfigModifier and TypeMethodDescriptionOSchemaRemote.createView(ODatabaseDocumentInternal database, OViewConfig cfg) OSchemaRemote.createView(ODatabaseDocumentInternal database, OViewConfig cfg, ViewCreationListener listener) -
Uses of OViewConfig in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema that return OViewConfigMethods in com.orientechnologies.orient.core.metadata.schema with parameters of type OViewConfigModifier and TypeMethodDescriptionOImmutableSchema.createView(OViewConfig config) OImmutableSchema.createView(OViewConfig config, ViewCreationListener listener) OSchema.createView(OViewConfig config) OSchema.createView(OViewConfig config, ViewCreationListener listener) OSchemaEmbedded.createView(ODatabaseDocumentInternal database, OViewConfig cfg) OSchemaEmbedded.createView(ODatabaseDocumentInternal database, OViewConfig cfg, ViewCreationListener listener) abstract OViewOSchemaShared.createView(ODatabaseDocumentInternal database, OViewConfig cfg) abstract OViewOSchemaShared.createView(ODatabaseDocumentInternal database, OViewConfig cfg, ViewCreationListener listener) OSessionSchema.createView(OViewConfig config) OSessionSchema.createView(OViewConfig config, ViewCreationListener listener) protected OViewImplOSchemaEmbedded.createViewInstance(OViewConfig cfg, int[] clusterIds) protected OClassOSchemaEmbedded.createViewInternal(ODatabaseDocumentInternal database, OViewConfig cfg, int[] clusterIdsToAdd) protected voidOSchemaEmbedded.doRealCreateView(ODatabaseDocumentInternal database, OViewConfig config, int[] clusterIds) Constructors in com.orientechnologies.orient.core.metadata.schema with parameters of type OViewConfigModifierConstructorDescriptionprotectedOViewEmbedded(OSchemaShared iOwner, String iName, OViewConfig cfg, int[] iClusterIds) protectedOViewImpl(OSchemaShared iOwner, String iName, OViewConfig cfg, int[] iClusterIds) -
Uses of OViewConfig in com.orientechnologies.orient.object.metadata.schema
Methods in com.orientechnologies.orient.object.metadata.schema with parameters of type OViewConfigModifier and TypeMethodDescriptionOSessionSchemaObject.createView(OViewConfig config) OSessionSchemaObject.createView(OViewConfig config, ViewCreationListener listener) -
Uses of OViewConfig in com.orientechnologies.orient.server.distributed.impl.metadata
Methods in com.orientechnologies.orient.server.distributed.impl.metadata with parameters of type OViewConfigModifier and TypeMethodDescriptionprotected voidOSchemaDistributed.doRealCreateView(ODatabaseDocumentInternal database, OViewConfig config, int[] clusterIds)