HHH-13410 - Fix Oracle failing test

This commit is contained in:
Andrea Boriero 2020-07-27 11:05:36 +01:00
parent d9180963e7
commit 16e45bc3d5
1 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ public class BatchSortingTest extends BaseNonConfigCoreFunctionalTestCase {
});
}
@Entity
@Entity(name = "GeoCountry")
public static class GeoCountry {
@GeneratedValue
@ -112,7 +112,7 @@ public class BatchSortingTest extends BaseNonConfigCoreFunctionalTestCase {
}
}
@Entity
@Entity(name = "GeoDistrict")
public static class GeoDistrict {
@GeneratedValue
@ -161,7 +161,7 @@ public class BatchSortingTest extends BaseNonConfigCoreFunctionalTestCase {
}
}
@Entity
@Entity(name = "GeoDistrictDetail")
public static class GeoDistrictDetail {
@GeneratedValue
@ -178,7 +178,7 @@ public class BatchSortingTest extends BaseNonConfigCoreFunctionalTestCase {
}
@Entity
@Entity(name = "GeoNation")
public static class GeoNation {
@GeneratedValue