ngbatis icon indicating copy to clipboard operation
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...

Results 88 ngbatis issues
Sort by recently updated
recently updated
newest added

@wey-gu @Nicole00 About releasing a 1.1.3 version to fix the problem that space config in yml does not work in sessionPool, and space containing white space support. and, can I...

调用修改方法update()修改数据报以下错误,查询nebula数据库,发现数据已经修改成功,这是什么原因呢? org.nebula.contrib.ngbatis.exception.QueryException: 数据查询失败: 数据查询失败RPC failure in StorageClient: Channel got EOF. Check for server hitting connection limit, server connection idle timeout, and server crashes. 这是什么原因呢,版本是1.1.2 pool配置: ![image](https://user-images.githubusercontent.com/132866381/236745067-044bc8fe-ebb4-46ce-8dad-77fb3f2bcb69.png)

修改点或边时,因为id生成器的原因,导致传入的id参数被新生成的id给覆盖,应该怎么解决呢

批量插入边数据,大概跑了十几个小时,然后第二天看到日志,程序中断了。 2023-04-24 06:41:34.092 ERROR 19306 --- [nio-7788-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.nebula.contrib.ngbatis.exception.QueryException: 数据查询失败:The session was...

ref: https://github.com/vesoft-inc/nebula-java/releases/tag/v3.4.0

![image](https://user-images.githubusercontent.com/30280161/209914113-f3deabcc-21c6-4713-9800-7675f99d7237.png) 我想取到 e 中 的 edgeType、vid、vid2。java有什么方便的方法映射吗

NebulaGraph数据源不配置启动报错。因为有的客户需要图数据库,有的客户不需要。不需要的客户不配置就会报错,这里空值指针 ![图片](https://user-images.githubusercontent.com/23396650/209531622-275bec91-bae0-4b48-ba2d-cdf87859de2e.png)