mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
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.
ebean-querybean
Type safe query extension for Ebean ORM
Refer to the documentation at https://ebean.io/docs/query/query-beans