tree: fbfe3a0f4b337628e1ecb1d519cba1878e60e3e5 [path history] [tgz]
  1. polyglot.client/
  2. polyglot.composite/
  3. polyglot.nosql/
  4. polyglot.relational/
  5. pom.xml
  6. README.md
jpa/polyglot/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 polyglot.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