/ Published in: XML
Expand |
Embed | Plain Text
<configuration> <component> <name>hbm2java</name> <implementation>annotationconfiguration</implementation> <outputDirectory>/src/main/java</outputDirectory> </component> <componentProperties> <drop>false</drop> <jdk5>true</jdk5> <propertyfile>/src/test/resources/jdbc.properties</propertyfile> <configurationfile>/src/main/resources hibernate.cfg.xml</configurationfile> </componentProperties> </configuration>
You need to login to post a comment.
