Skip to content

Commit

Permalink
HHH-11896 Fix test failures on Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Dec 17, 2021
1 parent 2e8d16e commit 9c8eabc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import java.util.List;
import java.util.Set;

import jakarta.persistence.Column;
import jakarta.persistence.Entity;
import jakarta.persistence.EntityManager;
import jakarta.persistence.Id;
Expand Down Expand Up @@ -101,6 +102,7 @@ public static class EntityB {

private String type;

@Column(name = "num")
private int number;

public Long getId() {
Expand Down

0 comments on commit 9c8eabc

Please sign in to comment.