| java.lang.Object org.xorm.tools.generator.GenerateInterfaces
GenerateInterfaces | public class GenerateInterfaces (Code) | | Connects to the database and writes out interfaces for all of the
tables and columns it finds. Requires a recent JDBC driver. To execute,
give the properties file as the first parameter.
|
makeJavaName | public static String makeJavaName(String columnName)(Code) | | Make a Java coding style name out of a database column name.
This simply makes the first character uppercase, and will uppercase
any character following an underscore.
Parameters: columnName - the database column name the Java coding style name |
makeSimpleClassName | public static String makeSimpleClassName(Class clazz)(Code) | | Get the "simple" class name, which has the package removed
Parameters: clazz - the class the simple class name string |
|
|