Uses of Class
com.orientechnologies.orient.core.exception.OValidationException
Packages that use OValidationException
Package
Description
-
Uses of OValidationException in com.orientechnologies.orient.core.exception
Constructors in com.orientechnologies.orient.core.exception with parameters of type OValidationException -
Uses of OValidationException in com.orientechnologies.orient.core.record
Methods in com.orientechnologies.orient.core.record that throw OValidationExceptionModifier and TypeMethodDescriptionvoidORecordSchemaAware.validate()Validates the record against the schema constraints if defined. -
Uses of OValidationException in com.orientechnologies.orient.core.record.impl
Methods in com.orientechnologies.orient.core.record.impl that throw OValidationExceptionModifier and TypeMethodDescriptionvoidODocument.validate()Validates the record following the declared constraints defined in schema such as mandatory, notNull, min, max, regexp, etc.protected static voidODocument.validateField(ODocument iRecord, OImmutableProperty p) protected static voidODocument.validateFieldsSecurity(ODatabaseDocumentInternal internal, ODocument iRecord)