babyfish-ct / jimmer

A revolutionary ORM framework for both java and kotlin.
Apache License 2.0
876 stars 88 forks source link

@Nullable修饰的属性,使用isNull时报错 #781

Closed sunshio closed 1 week ago

sunshio commented 1 week ago

官方例子: image image

sunshio commented 1 week ago

发现其实是没加leftJoin的问题: image 但是这个报错提示明显有问题,并且这是官方例子报出来的

Unable to instantiate the "is null" predicate, the path "TreeNode.parent" is non-null expression

babyfish-ct commented 1 week ago

Try 0.9.16