Skip to content

Commit 439dab8

Browse files
committed
HHH-10311 : Primary key length used in unit test is too long for DB2
1 parent d3de746 commit 439dab8

File tree

1 file changed

+1
-1
lines changed
  • hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e3/b3

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e3/b3/PolicyId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@Embeddable
88
public class PolicyId implements Serializable {
9-
@Column(name="`type`")
9+
@Column(name="`type`", length=32)
1010
String type;
1111
DependentId depPK;
1212
}

0 commit comments

Comments
 (0)