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
{{ message }}
This repository was archived by the owner on Oct 22, 2020. It is now read-only.
produces a QEntity class which contains a field QAssocData which has not been generated, thus the code is broken.
This happens with querybean-generator:12.3.1. The @Embeddable class is not present in the generated ModuleInfo so it seems related to #53. The @Embeddable class is in its own project (because it is shared between two projects) and is added as dependency to the projects containing the entities.