-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Affected environment
- PVEntityGenerator 4.8.2.0
- Target platform: Java5JPA (other platforms might also be affected)
How to reproduce
- Start PVEG with an arbitrary ACCDB source
- Open the "Entity Generation" tab
- Select an entity (e.g.
Something) from the list on the left-hand side - Switch to the "Generation Options" tab
- In the panel on the right:
- under "Entity class", set "Generate entity" to "True"
- under "Home class", set "Generate home/DAO" to "False"
- Klick "Generate files" to (re)generate the respective Java source files
Expected behaviour
Assuming that I selected the entity named Something and my entity classes are in a package named com.example.entity:
.../src/main/java/com/example/entity/Something.javais created.../src/test/java/com/example/entity/SomethingTest.javais created.../src/main/java/com/example/entity/dao/SomethingDAO.javais not created.../src/test/java/com/example/entity/dao/SomethingDAOTest .javais not created
Actual behaviour
.../src/main/java/com/example/entity/Something.javais created.../src/test/java/com/example/entity/SomethingTest.javais created.../src/main/java/com/example/entity/dao/SomethingDAO.javais not created.../src/test/java/com/example/entity/dao/SomethingDAOTest .javais created
Metadata
Metadata
Assignees
Labels
No labels