Copyright 2005, Apache Software Foundation This example is distributed under the terms of Apache open source license, version 2.0 This example shows how to use "generic" entities (i.e. those not mapped to a specific Java class). It shows how to map them and also how to extend them in runtime. HOW TO RUN: This example is self-contained Eclipse project, including Cayenne 1.2RC2 jar. Just import it in Eclipse (3.1 or newer is recommended) and run "cayenne.example.generic.Main" class as "Java Application". As in-memory HSQLDB is used, no extra DB setup is required.