mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-23 03:24:55 +00:00
HHH-11536 - Fix unit tests failing on Oracle
This commit is contained in:
parent
633deeb75e
commit
dd895c78b6
@ -66,7 +66,7 @@ public void execute() {
|
||||
protected void cleanup() {
|
||||
}
|
||||
|
||||
@Entity(name = "Order")
|
||||
@Entity(name = "Orders")
|
||||
@Cache( usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE )
|
||||
public static class Order {
|
||||
|
||||
@ -81,7 +81,6 @@ public static class Order {
|
||||
List<Tag> tags = new ArrayList<>();
|
||||
|
||||
@Basic( fetch = FetchType.LAZY )
|
||||
@Column
|
||||
@Type( type = "org.hibernate.type.BinaryType" )
|
||||
private byte[] data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user