As stated before I added a property in my hibernate.cfg.xml as
And also I added the hibernate.reveng.xml and used it to control the generation of pojo. I have pasted the hibernate.reveng.xml that I used
match-schema=".*" ------> it means select any / all the schema
match-name=".*" ------> it means select any / all the table from the schema
https://forum.hibernate.org/viewtopic.php?f=6&t=984597
No comments:
Post a Comment