java - Hibernate Code generation reverse engineering not working -
java - Hibernate Code generation reverse engineering not working -
i have set things run hibernate code generation. have done before, working me. have gone through steps @ http://www.mkyong.com/hibernate/how-to-generate-code-with-hibernate-tools/
but it's not working time.
it shows me databse , tables when extract hibernate configuration in hibernate view. when run code generation configuration gets completed(i have 4 tables in mysql databse). no code generated @ output directory. no error comes in error log. nil seems happen.
anyone has faced same issue?
just inform others, issue in case was, providing reveng.xml file in step 3. have written table names in caps in file , in sql in small.
this original issue. reveng.xml should have table names in same case in databse.
java mysql eclipse hibernate jboss-tools
Comments
Post a Comment