File tree 1 file changed +4
-4
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/cuk 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,26 +117,26 @@ public static class ChildFourId implements Serializable {
117
117
118
118
}
119
119
120
- @ Entity
120
+ @ Entity ( name = "ChildEntityFour" )
121
121
public static class ChildEntityFour {
122
122
@ EmbeddedId
123
123
private ChildFourId id ;
124
124
}
125
125
126
- @ Entity
126
+ @ Entity ( name = "ChildEntityOne" )
127
127
public static class ChildEntityOne {
128
128
@ EmbeddedId
129
129
private ChildOneId id ;
130
130
}
131
131
132
- @ Entity
132
+ @ Entity ( name = "ChildTwoEntity" )
133
133
@ DynamicUpdate
134
134
public static class ChildTwoEntity {
135
135
@ EmbeddedId
136
136
private ChildTwoId id ;
137
137
}
138
138
139
- @ Entity
139
+ @ Entity ( name = "ChildEntityThree" )
140
140
public static class ChildEntityThree {
141
141
@ EmbeddedId
142
142
private ChildThreeId id ;
You can’t perform that action at this time.
0 commit comments