# MySQL # BELOW: SET THE USERNAME, PASSWORD, CATALOG ETC. TO WHATEVER IS # APPROPRIATE IN YOUR ENVIRONMENT jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost/?autoReconnect=true jdbc.user=root jdbc.password=mypassword jdbc.catalog=test target.types_to_process = table # set this to whatever you want generate.class_package = mytest # This is the directory where the output files are placed. A dot # means the current directory from where the O/R was launched. It's # a good idea to use absolute paths here (not a .) if possible. generate.output.dir = . # To get more information about other options. # Say: prompt> java fc.jdbc.dbo.Generate