ngbatis
ngbatis copied to clipboard
NGBATIS is a database ORM framework base NebulaGraph + spring-boot, which takes advantage of the mybatis’ fashion development, including some de-factor operations in single table and vertex-edge, like...
- 我的查询语句 MATCH p = (vl:kong)-[r:xtts]-(vr:bajie) RETURN toInteger(COUNT(*)) - 在我用Integer去接受返回值的时候出现了这种error日志,但是我使用String就不会出现,不过出现此类日志并不会停止程序运行结果依然是正常的 - 报错日志 - 2022-09-21 14:26:08.650 [http-nio-8089-exec-1] DEBUG o.n.contrib.ngbatis.binding.DefaultResultResolver:40 - 针对java返回类型 java.lang.Integer 与 xml 返回类型 java.lang.Integer 的结果集处理器为:org.nebula.contrib.ngbatis.handler.NumberResultHandler@42c7781a 2022-09-21 14:26:08.651 [http-nio-8089-exec-1] ERROR...
Is it possible to add annotations to mark whether an attribute of a java object is vertex attribute
I found that using NebulaDaoBasic#insert , all the properties in the java object will be written as the properties of the vertex, which is not very flexible, is it possible...
- 批量插入导致 java.lang.StackOverflowError: null - 我的逻辑是从数据库中分页查询出数据,然后分批次 多线程批量插入,例如:九十万数据,分 2000条数据,总共450页。 - 错误栈如下 ``` Unexpected exception occurred invoking async method: public void com.box.modules.work.graph_import.async.GraphImportAsync.asyncBatchInsertGraph(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.List) java.lang.StackOverflowError: null at com.box.modules.work.graph_import.service.impl.GraphBaseApiImpl.batchInsertVertex(GraphBaseApiImpl.java:126) at com.box.modules.work.graph_import.async.GraphImportAsync.asyncBatchInsertGraph(GraphImportAsync.java:45) at com.box.modules.work.graph_import.async.GraphImportAsync$$FastClassBySpringCGLIB$$5ed53427.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)...
now @CorvusYe created https://corvusye.github.io/ngbatis-docs/ from scratch, we may explore some doc SSG later.
@CorvusYe are you interested in discussing/sharing a topic on this project in our community meeting? @Nicole00 you can join as a v-meetup of this project, too! And we could consider...
We want to ensure the accuracy of ngbatis, so we need add more test.
subtask of #21