HHH-12903 - Fix CommitFlushCollectionTest failing on Oracle.
This commit is contained in:
parent
1dd5eeb79d
commit
366698e229
|
@ -71,6 +71,7 @@ public class CommitFlushCollectionTest extends BaseEnversJPAFunctionalTestCase {
|
|||
@Audited
|
||||
@MappedSuperclass
|
||||
public static class BaseDocument extends AbstractEntity {
|
||||
@Column(name = "numberValue")
|
||||
private String number;
|
||||
private Date date;
|
||||
|
||||
|
@ -119,6 +120,7 @@ public class CommitFlushCollectionTest extends BaseEnversJPAFunctionalTestCase {
|
|||
|
||||
@MappedSuperclass
|
||||
public abstract static class BaseDocumentLine extends AbstractEntity {
|
||||
@Column(name = "textValue")
|
||||
private String text;
|
||||
|
||||
@Column(nullable = false)
|
||||
|
|
Loading…
Reference in New Issue