dromara / easy-query

java/kotlin high performance lightweight solution for jdbc query,support oltp and olap query,一款java下面支持强类型、轻量级、高性能的ORM,致力于解决jdbc查询,拥有对象模型筛选、隐式子查询、隐式join
http://www.easy-query.com
Apache License 2.0
477 stars 48 forks source link

select支持子表的筛选和count之类的子查询 #205

Closed xuejmnet closed 2 months ago

xuejmnet commented 2 months ago
Select.of(
    o.orderItems().where(x->x.name().like("123")).count()
)