mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 01:15:30 +00:00
OPENJPA-1983: Change test Entities to work on Oracle.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1095805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
354eb3078e
commit
045818b05d
@ -35,7 +35,7 @@ import javax.persistence.Table;
|
||||
public class Inner {
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||
private Long id = null;
|
||||
|
||||
private String name = null;
|
||||
|
@ -34,7 +34,7 @@ import javax.persistence.Table;
|
||||
public class Outer {
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@GeneratedValue(strategy = GenerationType.AUTO)
|
||||
private Long id = null;
|
||||
|
||||
private String name = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user