I\'m using hbm2java via maven to generate pojos, it will produce files such as Table.java, but what I want is AbstractTable.java
Can someone tell me how to configure maven for it also to compile sources from the target/hibernate3/generated-sources directory? I have already read this and other posts but they don\'t seem to solve
I\'m trying to configure hbm2java with maven to generate POJO classes and DAO objects. One of the issues I\'m dealing with is package names aren\'t generated. I\'m using the following pom for that:
HI all, I am new to hibernateand I woul开发者_开发知识库d to create POJO from xxx.hbm.xml file.
create table A (id, col_A, col_B, col_C) id = unique id for every row being persisted either col_A or col_B will have a valid value, but both columns will not have a value for each persisted row at