openjpa/openjpa-examples/simple/src/main/java
Maxim Solodovnik e25438a174 [OPENJPA-2751] imports, @Overrides and @Deprecated are organized, redundant type arguments and unnecessary casts are removed
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1842686 13f79535-47bb-0310-9956-ffa450edef68
2018-10-03 08:11:59 +00:00
..
META-INF [OPENJPA-2751] trailing white-spaces were removed 2018-10-02 12:32:32 +00:00
embeddables [OPENJPA-2751] imports, @Overrides and @Deprecated are organized, redundant type arguments and unnecessary casts are removed 2018-10-03 08:11:59 +00:00
hellojpa [OPENJPA-2751] imports, @Overrides and @Deprecated are organized, redundant type arguments and unnecessary casts are removed 2018-10-03 08:11:59 +00:00
mapping [OPENJPA-2751] trailing white-spaces were removed 2018-10-02 12:32:32 +00:00
relations [OPENJPA-2751] imports, @Overrides and @Deprecated are organized, redundant type arguments and unnecessary casts are removed 2018-10-03 08:11:59 +00:00
reversemapping [OPENJPA-2751] trailing white-spaces were removed 2018-10-02 12:32:32 +00:00
README.txt OPENJPA-1751 Move existing samples to a simple module, so we can include image-gallery and openbooks in the maven builds 2010-07-30 13:12:06 +00:00
build.xml [OPENJPA-2751] trailing white-spaces were removed 2018-10-02 12:32:32 +00:00

README.txt

Apache OpenJPA Examples
Copyright © 2006,2010 The Apache Software Foundation.
Licensed under ASL 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------

Prerequisites:
  The following must be on the user's path:
         - Java SE 5 or 6
         - Apache ANT v1.6.5 or later

Building and Running Individual Examples:
  1) Open a command prompt to the directory where this README is located
  2) Change to the subdirectory of the example to build and run, like:
         cd hellojpa
  3) Run ANT
         ant
     For the hellojpa exmaple, at the end of the build you should see the text:
         "Hello Persistence!"

Building and Running All Examples:
  1) Open a command prompt to the directory where this README is located
  2) Run ANT with the "all" project
         ant all