标签: graph orientdb
从自定义命令(OServerCommandAbstract子类)获取OrientGraph实例的推荐方法是什么?我见过OServerCommandAuthenticatedDbAbstract,但似乎是为文档API设计的。
我相信OrientGraphFactory是获取OrientGraph实例的首选方法。只是想弄清楚最佳实践方法是什么。我应该创建一个单件工厂并从那里创建实例吗?
感谢。