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:
committed by
Gary Russell
parent
504b281751
commit
7fda2f841b
2
basic/jpa/src/main/resources/H2-PopulateData.sql
Normal file
2
basic/jpa/src/main/resources/H2-PopulateData.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
insert into PEOPLE(id, name, CREATED_DATE_TIME)
|
||||
values ('1001', 'Cartman', NOW());
|
||||
Reference in New Issue
Block a user