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 has been archived by the owner on Nov 16, 2020. It is now read-only.
I use this plugin for a java project to generate jpa meta model, but when compiling, it complains like this:
:ad-core:compileJava
/home/***/ad/core/query/spec/WordInfoPoSpecs.java:18: cannot find symbol
symbol : class WordInfoPo_
location: package ***.ad.core.po
import ***.ad.core.po.WordInfoPo_;
But it does compile success, and I guess these are just warnings....
Do you hava any idea how to get rid of it?
The text was updated successfully, but these errors were encountered:
No. I've never seen such warning in my projects, it could be related to Hibernate but in that case I cannot help since I don't have any experience with it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use this plugin for a java project to generate jpa meta model, but when compiling, it complains like this:
But it does compile success, and I guess these are just warnings....
Do you hava any idea how to get rid of it?
The text was updated successfully, but these errors were encountered: