templates.velocity.java5g.perschema.gu.sql2java.irowmetadata.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql2java-generator Show documentation
Show all versions of sql2java-generator Show documentation
executable jar of sql2java generator
#parse( "schema.include.vm" )
$codewriter.setCurrentFilename("resources/META-INF/services", "gu.sql2java.IRowMetaData")
#foreach($table in $tables)
${pkg}.$table.asMetaDataClassNSP()
#end