You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate query classes starting with Q for all @entity and compile without errors
Actual behavior
The query class starting with Q (kotlin version) is successfully generated, and an EbeanEntityRegister.java is also generated, which will cause "cannot find Symbol" to appear during compilation
Expected behavior
Generate query classes starting with Q for all @entity and compile without errors
Actual behavior
The query class starting with Q (kotlin version) is successfully generated, and an EbeanEntityRegister.java is also generated, which will cause "cannot find Symbol" to appear during compilation
Steps to reproduce
I created a minimal example to reproduce this error, it is located here:
https://github.com/cruldra/ebean-maven-kapt-querybean-example
The text was updated successfully, but these errors were encountered: