[jboss-user] [JBoss Tools] - Re: Hibernate tools - Reverse Engineering - Issue with ID class equals method for BigDecimal fields

Max Rydahl Andersen do-not-reply at jboss.com
Mon Sep 24 13:45:45 EDT 2012


Max Rydahl Andersen [https://community.jboss.org/people/maxandersen] created the discussion

"Re: Hibernate tools - Reverse Engineering - Issue with ID class equals method for BigDecimal fields"

To view the discussion, visit: https://community.jboss.org/message/761203#761203

--------------------------------------------------------------
Hi Purna,

The repository is at  https://github.com/hibernate/hibernate-tools https://github.com/hibernate/hibernate-tools

 https://help.github.com/articles/fork-a-repo https://help.github.com/articles/fork-a-repo explains how you fork a repository and  https://help.github.com/articles/be-social https://help.github.com/articles/be-social shows how to create  Pull request.

The code is plain Maven project you can import into Eclipse with m2e installed or some other IDE that understands maven.

You can build the project by running "mvn clean install -DskipTest" (of course remove the -DskipTest to run the unit tests)

You can probably add a test into  https://github.com/hibernate/hibernate-tools/blob/master/src/test/org/hibernate/tool/hbm2x/Hbm2JavaTest.java https://github.com/hibernate/hibernate-tools/blob/master/src/test/org/hibernate/tool/hbm2x/Hbm2JavaTest.java that tests your case.


Welcome to being able to contribute - we are also in #jbosstools on irc if looking for help, but if not finding it there just post here.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/761203#761203]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120924/24daa432/attachment.html 


More information about the jboss-user mailing list