JDBCHelperFactory in generated code
Brought to you by:
joncrlsn
When generating new DAO's with 2.0 beta4 the
following line was including a no longer supported class
in the generated code - newClass.addImport
("net.sf.jrf.sql.JDBCHelperFactory"); This line is from
the generateDomainClass method from
SourceGen.java. Commented out the line as a fix.