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.
@BindBeanBean のプロパティを params - として使用できます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