Author: brmeyer
Date: 2014-04-14 10:15:33 -0400 (Mon, 14 Apr 2014)
New Revision: 21161
Modified:
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapHolder.java
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapKey.java
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapValue.java
Log:
JBPAPP-11121 correct EntityMapTest for Oracle and Sybase
Modified:
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapHolder.java
===================================================================
---
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapHolder.java 2014-04-14
13:53:33 UTC (rev 21160)
+++
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapHolder.java 2014-04-14
14:15:33 UTC (rev 21161)
@@ -46,7 +46,6 @@
@Id
@GeneratedValue
- @Column(name = "id", unique = true, nullable = false)
public Long getId() {
return id;
}
Modified:
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapKey.java
===================================================================
---
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapKey.java 2014-04-14
13:53:33 UTC (rev 21160)
+++
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapKey.java 2014-04-14
14:15:33 UTC (rev 21161)
@@ -56,7 +56,6 @@
@Id
@GeneratedValue
- @Column(name = "id", unique = true, nullable = false)
public Long getId() {
return id;
}
Modified:
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapValue.java
===================================================================
---
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapValue.java 2014-04-14
13:53:33 UTC (rev 21160)
+++
annotations/branches/v3_4_0_GA_CP/src/test/java/org/hibernate/test/collection/map/hhh7557/MapValue.java 2014-04-14
14:15:33 UTC (rev 21161)
@@ -48,7 +48,6 @@
@Id
@GeneratedValue
- @Column(name = "id", unique = true, nullable = false)
public Long getId() {
return id;
}
Show replies by date