Comment 4 for bug 656847

Revision history for this message
bouil (bouil) wrote :

Who, I'm impressed how fast you implements this functionality. I can now give to the project a try in a wider context.

I had a quick look on the querydsl-jpa/src/main/java/com/mysema/query/jpa/hibernate/HibernateDomainExporter.java file and just got a bit suprised you parsed the XML file instead of trying to work with org.hibernate.cfg.Configuration directly. But maybe it is easier that way.

Is there a maven plugin that can integrate the HibernateDomainExporter ? If not I could simply use the groovy-maven-plugin to execute the previous code in the correct build phase.