if (property != null)
keyType = property.getType();
db.getMetadata()
.getIndexManager()
.createIndex(className + "." + key, indexType, new OPropertyIndexDefinition(className, key, keyType),
cls.getPolymorphicClusterIds(), null, metadata);
return null;
}
}, "create key index on '", elementClass.getSimpleName(), ".", key, "'");