Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@BindBean允许我使用 bean 的属性作为参数 - myObj.a。 我可以使用 bean 的属性 -myObj.a.b吗?
@BindBean
myObj.a
myObj.a.b
@SqlQuery("SELECT title FROM user WHERE id = :myObj.a.b") abstract boolean hasUnmatchedMovie(@BindBean("myObj") MyObject myObject