Uses of Enum
com.orientechnologies.orient.core.index.OPropertyMapIndexDefinition.INDEX_BY
Packages that use OPropertyMapIndexDefinition.INDEX_BY
Package
Description
-
Uses of OPropertyMapIndexDefinition.INDEX_BY in com.orientechnologies.orient.core.index
Methods in com.orientechnologies.orient.core.index that return OPropertyMapIndexDefinition.INDEX_BYModifier and TypeMethodDescriptionOPropertyMapIndexDefinition.getIndexBy()Returns the enum constant of this type with the specified name.static OPropertyMapIndexDefinition.INDEX_BY[]OPropertyMapIndexDefinition.INDEX_BY.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orientechnologies.orient.core.index with parameters of type OPropertyMapIndexDefinition.INDEX_BYModifier and TypeMethodDescriptionstatic OIndexDefinitionOIndexDefinitionFactory.createSingleFieldIndexDefinition(String className, String fieldName, OType type, OType linkedType, OCollate collate, String indexKind, OPropertyMapIndexDefinition.INDEX_BY indexBy) Constructors in com.orientechnologies.orient.core.index with parameters of type OPropertyMapIndexDefinition.INDEX_BYModifierConstructorDescriptionOPropertyMapIndexDefinition(String iClassName, String iField, OType iType, OPropertyMapIndexDefinition.INDEX_BY indexBy) -
Uses of OPropertyMapIndexDefinition.INDEX_BY in com.orientechnologies.orient.core.metadata.schema
Fields in com.orientechnologies.orient.core.metadata.schema declared as OPropertyMapIndexDefinition.INDEX_BYModifier and TypeFieldDescriptionprotected final OPropertyMapIndexDefinition.INDEX_BYOIndexConfigProperty.index_byMethods in com.orientechnologies.orient.core.metadata.schema that return OPropertyMapIndexDefinition.INDEX_BYMethods in com.orientechnologies.orient.core.metadata.schema with parameters of type OPropertyMapIndexDefinition.INDEX_BYModifier and TypeMethodDescriptionvoidOViewIndexConfig.addProperty(String name, OType type, OType linkedType, OCollate collate, OPropertyMapIndexDefinition.INDEX_BY indexBy) Constructors in com.orientechnologies.orient.core.metadata.schema with parameters of type OPropertyMapIndexDefinition.INDEX_BYModifierConstructorDescriptionOIndexConfigProperty(String name, OType type, OType linkedType, OCollate collate, OPropertyMapIndexDefinition.INDEX_BY index_by)