Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.2
-
None
-
None
Description
Empty classes are generated by "Entity classes from database".
It happens if I select "add all" in the wizard's 2nd step "Database tables" to generate classes for all tables in one action. However, if I generate classes one by one, proper non-empty classes are generated.
I've tested the same project and database with NetBeans 11.2 and that works properly.
Attachments
Issue Links
- relates to
-
NETBEANS-5333 In Netbeans 12.2 when we generate Entity Classes from Databases for relationship tables using a datasource in persistence unit., then the code generated contains nothing except the classname. No JPA annotations or table properties are seen.
- Open