-
Bug
-
Resolution: Done
-
Major
-
10.0.2
-
- Right click on a table in a view model and choose Modeling>Materialize
- In the dialog change java class name (screenshot1)
- Check generated POJO module (screenshot2)
I have a table (for example PersonMatView) and I want to create materialization. I set 'create POJO' and set java class name to Person (screenshot1). After that in the generated JDG module is Person.jar but in the jar, the class has name same like the table (Personmatview.class). (screenshot2). Is it required to have class name same as materialized table?