nebula-contrib / ngbatis

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/
https://nebula-contrib.github.io/ngbatis/
Apache License 2.0
132 stars 42 forks source link

NebulaDaoBasic是否可以实现一个listEndNodes方法 #261

Closed qiuchen001 closed 6 months ago

qiuchen001 commented 1 year ago

目前,NebulaDaoBasic中有个istStartNodes方法,在查询时很方便 16e16cd2fc2bb97e4c4c51e19770777

listEndNodes的功能也很常用,是否也可以实现一个listEndNodes方法呢

shbone commented 1 year ago

Maybe this function is useful. And I will have a try cc @CorvusYe

CorvusYe commented 1 year ago

@shbone I am looking forward to this new feature and glad that you are interested in it. Just do it !

CorvusYe commented 6 months ago

@qiuchen001 这个接口已经完成支持,我就先关闭了哈。有需要可以再开。 最早支持的版本是v1.2.0

感谢来自 @knqiufan 的PR