Files
ebean/querybean-generator
Rob Bygrave 0bb2f104a4 [QueryBeans] Fix for missing inherited properties when parent only has @DiscriminatorValue
A parent in the Inheritance hierarchy has @DiscriminatorValue but not the @Inheritance annotation. The bug means the inherited properties are not included on the generated query bean.

The fix is to the querybean-generator to pick up inherited properties for this case.
2023-02-28 23:02:19 +13:00
..
2023-02-27 16:57:38 +13: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