This shows how you can use a join table to implement many-to-many type of object layout.

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
