tree: 1be684e65051a347bf83bc51f1ee40ad82d2e287 [path history] [tgz]
  1. .settings/
  2. src/
  3. .classpath
  4. .project
  5. pom.xml
  6. README.md
jpa/polyglot/polyglot.client/README.md

For details see http://wiki.eclipse.org/EclipseLink/Examples/PolyglotPersistence

To run the examples:

  1. run mvn to build the four modules
  2. cd into the client folder
  3. create the relational database with: java -classpath “target/*” example.CreateDatabase
  4. run the example with: java -classpath “target/*” example.PolyglotDemo
  5. reset both databases with: java -classpath “target/*” example.CleanDatabases