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 83 ngbatis issues
Sort by recently updated
recently updated
newest added

1. 报错信息: Description: Parameter 0 of constructor in cup.biz.kg.service.impl.TestServiceImpl required a bean of type 'cup.biz.kg.dao.TagBasicMapper' that could not be found. Action: Consider defining a bean of type 'cup.biz.kg.dao.TagBasicMapper' in your...

现在执行nGQL报错后,都是一种报错 ![image](https://github.com/nebula-contrib/ngbatis/assets/132866381/85bc605e-06e9-49b4-b0e8-607eae0213d1) 很难排查是哪里的原因

Q&A

带有@拼接的语句解析错误问题 在getTemplateByLoader解析模板时得到TOKEN_ERROR,具体为第11行, CONCAT( type(r) , " " , src(r) , "->" ,dst(r) , "@" , rank(r) ) as rid语法错误 ``` >>01:59:48:词法错误(TOKEN_ERROR):" , rank(r) ) as rid 位于11行 资源: @if (...

1.1.3版本的maven是啥呢,maven仓库没搜到呢

删除上千万条数据,有什么效率高的好方法没,现在4000w条,删3000w条数据,留1000w条数据,id是顺序生成的,把id在1000万到4000万的数据都删了

![1684891842410](https://github.com/nebula-contrib/ngbatis/assets/30280161/c14d6415-b083-41d1-847a-03360a025694) 经常出现这个问题,这是什么原因啊

1、停止nebula 2、查询nebula,页面报错 3、重新启动nebula 4、查询nebula,页面仍然报错,没有重新连接 ngbatis怎么配置,nebula启动之后,可自动重连呢 ![image](https://github.com/nebula-contrib/ngbatis/assets/132866381/88d14c48-72f6-47df-949a-9eccb8e99729)

ngbatis-demo工程涉及的创建顶点和边的nGQL帮发出来下,谢谢 https://github.com/nebula-contrib/ngbatis/tree/master/ngbatis-demo

Q&A

现在只能指定id,进行修改:update vertex on t1 1 set age = age + 2 我想实现这种效果:match(n:com:player) set n.com.sys_name = n.player.name 一个点关联了com、player标签,把com标签上的sys_name的值全部修改为player的name上的值 怎么实现呢