对于Orient-DB中的单个键索引,我可以这样做。
OIndex<?> inx = database.getMetadata().getIndexManager().getIndex("Profile.name");
OIdentifiable luke = inx.get("Luke");
现在,如果它有多个密钥,如何查询相同的索引?我需要传递一个数组,还是需要传递一个arraylist? Orient DB手册中没有关于复合键的信息。
答案 0 :(得分:1)
尝试
models.py