Details
-
Bug
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
11.1, 12.2
-
None
-
None
-
Java 11, Netbeans 11.1, Linux
Description
When working on a Spring or Spring Boot project, where the persistance unit is handled automatically by the framework (the default), every @Entity class in the project has the hint:
"The project does not contain a persistance unit"
and we are prompted to create one.
The IDE should understand that this is not an error when using Spring.