mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
HHH-12903 - Fix CommitFlushCollectionTest failing on Oracle.
This commit is contained in:
parent
1dd5eeb79d
commit
366698e229
@ -71,6 +71,7 @@ public void setVersion(Long version) {
|
||||
@Audited
|
||||
@MappedSuperclass
|
||||
public static class BaseDocument extends AbstractEntity {
|
||||
@Column(name = "numberValue")
|
||||
private String number;
|
||||
private Date date;
|
||||
|
||||
@ -119,6 +120,7 @@ public DocumentA addLine(DocumentLineA line) {
|
||||
|
||||
@MappedSuperclass
|
||||
public abstract static class BaseDocumentLine extends AbstractEntity {
|
||||
@Column(name = "textValue")
|
||||
private String text;
|
||||
|
||||
@Column(nullable = false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user