This shows how to configure a class using Java code instead of annotations.

See the documentation for more information about how to configure classes:

	http://ormlite.com/docs/class-config

This example depends on the H2 database which is a native Java SQL implementation.  You can download
the latest jar from the website: http://www.h2database.com/html/download.html

For more examples see: http://ormlite.com/docs/examples
