HHH-10311 : Primary key length used in unit test is too long for DB2
(cherry picked from commit 439dab82d0
)
This commit is contained in:
parent
780c7c2fb6
commit
d5fb3761c6
|
@ -6,7 +6,7 @@ import java.io.Serializable;
|
||||||
|
|
||||||
@Embeddable
|
@Embeddable
|
||||||
public class PolicyId implements Serializable {
|
public class PolicyId implements Serializable {
|
||||||
@Column(name="`type`")
|
@Column(name="`type`", length=32)
|
||||||
String type;
|
String type;
|
||||||
DependentId depPK;
|
DependentId depPK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue