INTSAMPLES-62 - Create JPA Samples

* Sample supports Hibernate, EclipsLink and OpenJPA
* Sample uses Spring 3.1 (Profiles)
* Retrieves a list of records
* Creates a new DB record

INTSAMPLES-62 Code Review Fixes
* Use Log4j
* Fix dependencies

INTSAMPLES-62 - Make JPA Sample compliant with INT-2601

* Fix whitespace issues
* Make sure all schemas are version-less
This commit is contained in:
Gunnar Hillert
2012-04-17 17:24:57 -04:00
committed by Gary Russell
parent 504b281751
commit 7fda2f841b
18 changed files with 799 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
insert into PEOPLE(id, name, CREATED_DATE_TIME)
values ('1001', 'Cartman', NOW());