Files
ebean/querybean-generator
Rob Bygrave ded4b94e54 Add Query bean filterMany() taking a closure
Query beans also generate a "Assoc" query bean that is used
for the relationships. Previously these were generated into a
.query.assoc package and with this they are generated as an
inner class of the query bean.

This then allows the change where an additional filterMany()
is generated on the "Assoc" bean that takes a closure. This
simplifies the use of query beans for filterMany.

This change to the generated query beans needs a change to the
ebean-agent enhancement.
2023-08-18 22:12:30 +12:00
..
2023-08-17 23:26:26 +12:00

querybean-generator

Java annotation processor for generating query beans for type safe query construction.

Refer to the documentation at: https://ebean.io/docs/query/query-beans