Uses of Interface
com.orientechnologies.orient.core.metadata.schema.OProperty
Packages that use OProperty
Package
Description
-
Uses of OProperty in com.orientechnologies.orient.client.remote.metadata.schema
Classes in com.orientechnologies.orient.client.remote.metadata.schema that implement OPropertyMethods in com.orientechnologies.orient.client.remote.metadata.schema that return OPropertyModifier and TypeMethodDescriptionprotected OPropertyOClassRemote.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) protected OPropertyOViewRemote.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) OPropertyRemote.setCollate(String collate) OPropertyRemote.setLinkedType(OType linkedType) -
Uses of OProperty in com.orientechnologies.orient.core.metadata.schema
Classes in com.orientechnologies.orient.core.metadata.schema that implement OPropertyModifier and TypeClassDescriptionclassclassAbstract Delegate for OProperty interface.classCreated by tglman on 14/06/17.classContains the description of a persistent class property.Fields in com.orientechnologies.orient.core.metadata.schema declared as OPropertyFields in com.orientechnologies.orient.core.metadata.schema with type parameters of type OPropertyMethods in com.orientechnologies.orient.core.metadata.schema that return OPropertyModifier and TypeMethodDescriptionOClassEmbedded.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) protected abstract OPropertyOClassImpl.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) OViewEmbedded.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) OClass.createProperty(String iPropertyName, OType iType) OClass.createProperty(String iPropertyName, OType iType, OClass iLinkedClass) OClass.createProperty(String iPropertyName, OType iType, OClass iLinkedClass, boolean iUnsafe) Create a property in the class with the specified options.OClass.createProperty(String iPropertyName, OType iType, OType iLinkedType) OClass.createProperty(String iPropertyName, OType iType, OType iLinkedType, boolean iUnsafe) Create a property in the class with the specified options.OClassAbstractDelegate.createProperty(String iPropertyName, OType iType) OClassAbstractDelegate.createProperty(String iPropertyName, OType iType, OClass iLinkedClass) OClassAbstractDelegate.createProperty(String iPropertyName, OType iType, OClass iLinkedClass, boolean unsafe) OClassAbstractDelegate.createProperty(String iPropertyName, OType iType, OType iLinkedType) OClassAbstractDelegate.createProperty(String iPropertyName, OType iType, OType iLinkedType, boolean unsafe) OClassImpl.createProperty(String iPropertyName, OType iType) OClassImpl.createProperty(String iPropertyName, OType iType, OClass iLinkedClass) OClassImpl.createProperty(String iPropertyName, OType iType, OClass iLinkedClass, boolean unsafe) OClassImpl.createProperty(String iPropertyName, OType iType, OType iLinkedType) OClassImpl.createProperty(String iPropertyName, OType iType, OType iLinkedType, boolean unsafe) OImmutableClass.createProperty(String iPropertyName, OType iType) OImmutableClass.createProperty(String iPropertyName, OType iType, OClass iLinkedClass) OImmutableClass.createProperty(String iPropertyName, OType iType, OClass iLinkedClass, boolean unsafe) OImmutableClass.createProperty(String iPropertyName, OType iType, OType iLinkedType) OImmutableClass.createProperty(String iPropertyName, OType iType, OType iLinkedType, boolean unsafe) OImmutableProperty.dropIndexes()OProperty.dropIndexes()Deprecated.Use SQL command instead.OPropertyAbstractDelegate.dropIndexes()Deprecated.OClass.getProperty(String iPropertyName) OClassAbstractDelegate.getProperty(String iPropertyName) OClassImpl.getProperty(String propertyName) OImmutableClass.getProperty(String propertyName) OImmutableProperty.setCollate(OCollate collate) OImmutableProperty.setCollate(String iCollateName) OProperty.setCollate(OCollate collate) OProperty.setCollate(String iCollateName) OPropertyAbstractDelegate.setCollate(OCollate collate) OPropertyAbstractDelegate.setCollate(String iCollateName) OPropertyEmbedded.setCollate(String collate) OPropertyImpl.setCollate(OCollate collate) protected OPropertyOPropertyEmbedded.setCollateInternal(String iCollate) OImmutableProperty.setDefaultValue(String defaultValue) OProperty.setDefaultValue(String defaultValue) OPropertyAbstractDelegate.setDefaultValue(String defaultValue) OImmutableProperty.setDescription(String iDescription) OProperty.setDescription(String iDescription) OPropertyAbstractDelegate.setDescription(String iDescription) OImmutableProperty.setLinkedClass(OClass oClass) OProperty.setLinkedClass(OClass oClass) OPropertyAbstractDelegate.setLinkedClass(OClass oClass) OImmutableProperty.setLinkedType(OType type) OProperty.setLinkedType(OType type) OPropertyAbstractDelegate.setLinkedType(OType type) OPropertyEmbedded.setLinkedType(OType linkedType) OImmutableProperty.setMandatory(boolean mandatory) OProperty.setMandatory(boolean mandatory) OPropertyAbstractDelegate.setMandatory(boolean mandatory) OImmutableProperty.setNotNull(boolean iNotNull) OProperty.setNotNull(boolean iNotNull) OPropertyAbstractDelegate.setNotNull(boolean iNotNull) OImmutableProperty.setReadonly(boolean iReadonly) OProperty.setReadonly(boolean iReadonly) OPropertyAbstractDelegate.setReadonly(boolean iReadonly) Change the type.Methods in com.orientechnologies.orient.core.metadata.schema that return types with arguments of type OPropertyModifier and TypeMethodDescriptionOClass.declaredProperties()OClassAbstractDelegate.declaredProperties()OClassImpl.declaredProperties()OImmutableClass.declaredProperties()OClass.getIndexedProperties()OClassAbstractDelegate.getIndexedProperties()OClassImpl.getIndexedProperties()OImmutableClass.getIndexedProperties()OClass.properties()OClassAbstractDelegate.properties()OClassImpl.properties()OImmutableClass.properties()OClass.propertiesMap()OClassAbstractDelegate.propertiesMap()OClassImpl.propertiesMap()OImmutableClass.propertiesMap()Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type OPropertyModifier and TypeMethodDescriptionintintintMethod parameters in com.orientechnologies.orient.core.metadata.schema with type arguments of type OPropertyModifier and TypeMethodDescriptionvoidOClassImpl.getIndexedProperties(Collection<OProperty> indexedProperties) voidOImmutableClass.getIndexedProperties(Collection<OProperty> indexedProperties) Constructors in com.orientechnologies.orient.core.metadata.schema with parameters of type OPropertyModifierConstructorDescriptionOImmutableProperty(OProperty property, OImmutableClass owner) OPropertyAbstractDelegate(OProperty delegate) -
Uses of OProperty in com.orientechnologies.orient.core.record.impl
Fields in com.orientechnologies.orient.core.record.impl declared as OPropertyMethods in com.orientechnologies.orient.core.record.impl with parameters of type OPropertyModifier and TypeMethodDescriptionprotected static voidODocument.validateEmbedded(OProperty p, Object fieldValue) protected static voidODocument.validateLink(OProperty p, Object fieldValue, boolean allowNull) protected static voidODocument.validateLinkCollection(OProperty property, Iterable<Object> values, ODocumentEntry value) protected static voidODocument.validateType(OProperty p, Object value) -
Uses of OProperty in com.orientechnologies.orient.jdbc
Methods in com.orientechnologies.orient.jdbc that return OPropertyModifier and TypeMethodDescriptionprotected OPropertyOrientJdbcResultSetMetaData.getProperty(int column) -
Uses of OProperty in com.orientechnologies.orient.server.distributed.impl.metadata
Classes in com.orientechnologies.orient.server.distributed.impl.metadata that implement OPropertyMethods in com.orientechnologies.orient.server.distributed.impl.metadata that return OPropertyModifier and TypeMethodDescriptionOClassDistributed.addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe) OPropertyDistributed.setCollate(String collate) OPropertyDistributed.setLinkedType(OType linkedType)