-
Notifications
You must be signed in to change notification settings - Fork 3
ENH: Add javac annotation processor option for generating the 'query beans' #9
Comments
+1 i like it 👍 🌹 |
@rbygrave can you expand a bit more? We have a PR for adding query bean support to play-ebean, so I'm curious if this is something we could improve upon in the future |
This enhancement is to provide a java annotation processor such that the So we would then have 2 options for generating the beans. I am not sure how well it will integrate with sbt etc (javac oriented). I might tackle it soon (in the next week) but not sure yet. Cheers, Rob.
|
Note that the current generator can do 3 things:
The javac annotation processor can't modify the entity beans and ideally we So there will be functional differences.
|
This will be released shortly as "querybean-generator". Note that will be the preferred option for generating query beans. Ultimately this has lead to a discussion on this artifact name "avaje-ebeanorm-typequery" and it now makes sense for this to be renamed to "avaje-ebeanorm-querybean" (and hence related to the querybean-generator etc). |
So this would be an option to use rather than the current generator using main method in src/test etc.
The text was updated successfully, but these errors were encountered: