Uses of Interface
com.orientechnologies.orient.core.db.viewmanager.ViewCreationListener
Packages that use ViewCreationListener
Package
Description
-
Uses of ViewCreationListener in com.orientechnologies.orient.client.remote.metadata.schema
Methods in com.orientechnologies.orient.client.remote.metadata.schema with parameters of type ViewCreationListenerModifier and TypeMethodDescriptionOSchemaRemote.createView(ODatabaseDocumentInternal database, OViewConfig cfg, ViewCreationListener listener) -
Uses of ViewCreationListener in com.orientechnologies.orient.core.db.viewmanager
Methods in com.orientechnologies.orient.core.db.viewmanager with parameters of type ViewCreationListenerModifier and TypeMethodDescriptionvoidViewManager.updateViewAsync(String name, ViewCreationListener listener) -
Uses of ViewCreationListener in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type ViewCreationListenerModifier and TypeMethodDescriptionOImmutableSchema.createView(OViewConfig config, ViewCreationListener listener) OSchema.createView(OViewConfig config, ViewCreationListener listener) OSchemaEmbedded.createView(ODatabaseDocumentInternal database, OViewConfig cfg, ViewCreationListener listener) abstract OViewOSchemaShared.createView(ODatabaseDocumentInternal database, OViewConfig cfg, ViewCreationListener listener) OSessionSchema.createView(OViewConfig config, ViewCreationListener listener) -
Uses of ViewCreationListener in com.orientechnologies.orient.object.metadata.schema
Methods in com.orientechnologies.orient.object.metadata.schema with parameters of type ViewCreationListenerModifier and TypeMethodDescriptionOSessionSchemaObject.createView(OViewConfig config, ViewCreationListener listener)