Uses of Class
com.orientechnologies.orient.core.exception.OSchemaException
Packages that use OSchemaException
Package
Description
-
Uses of OSchemaException in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that throw OSchemaExceptionModifier and TypeMethodDescriptiondefault OClassODatabase.createClass(String className, String... superclasses) Creates a new class in the schema -
Uses of OSchemaException in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that throw OSchemaExceptionModifier and TypeMethodDescriptiondefault OClassODatabaseDocument.createClassIfNotExist(String className, String... superclasses) If a class with given name already exists, it's just returned, otherwise the method creates a new class and returns it.default OClassODatabaseDocument.createVertexClass(String className) creates a new vertex class (a class that extends V) -
Uses of OSchemaException in com.orientechnologies.orient.core.exception
Subclasses of OSchemaException in com.orientechnologies.orient.core.exceptionConstructors in com.orientechnologies.orient.core.exception with parameters of type OSchemaException -
Uses of OSchemaException in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema that throw OSchemaExceptionModifier and TypeMethodDescriptionstatic CharacterOSchemaShared.checkClassNameIfValid(String iName)