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 mybatis-plus. NGBATIS 是一款针对 NebulaGraph + Springboot 的数据库 ORM 框架。借鉴于 MyBatis 的使用习惯进行开发。https://graph-cn.github.io/ngbatis-docs/
执行MATCH (n)-[r]-( n2 ) WHERE id(n) =='human001' RETURN n,r,n2,我想要查询到节点的属性以及边的属性, 返回值类型用什么接收呢,用NgEdge接收的话没有开始节点和结束节点的属性,还需要自己查询一遍,看包里面的NgTriplet比较符合我的查询结果,但是用它作为返回值会报错