mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-27 14:30:16 +00:00
HHH-13410 - Fix Oracle failing test
This commit is contained in:
parent
636ef89fcf
commit
4df7986108
@ -62,7 +62,7 @@ public void batchInsertTest() {
|
||||
});
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "GeoCountry")
|
||||
public static class GeoCountry {
|
||||
|
||||
@GeneratedValue
|
||||
@ -112,7 +112,7 @@ public void setCountryName(String countryName) {
|
||||
}
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "GeoDistrict")
|
||||
public static class GeoDistrict {
|
||||
|
||||
@GeneratedValue
|
||||
@ -161,7 +161,7 @@ public void setGeoDistrictDetail(GeoDistrictDetail geoDistrictDetail) {
|
||||
}
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "GeoDistrictDetail")
|
||||
public static class GeoDistrictDetail {
|
||||
|
||||
@GeneratedValue
|
||||
@ -178,7 +178,7 @@ public void setId(Long id) {
|
||||
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "GeoNation")
|
||||
public static class GeoNation {
|
||||
|
||||
@GeneratedValue
|
||||
|
Loading…
x
Reference in New Issue
Block a user