BobSleigh
Schema Lookup & Entity Item Generator
BobSliegh is a Java based utility which can examine a user specified database connection and produce an in-memory model of the database schema. This model can then be transformed into Java Source files e.g. database acccess objects, MyBatis SQL map files, Hibernate classes etc. The utility uses the powerful FreeMarker template engine which ensures the user has totally control over the output of the generated source files. The configuration file also borrows concepts from ANT such as specifying the project "basedir" and user defined properties.