File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
hibernate-core/src/test/java/org/hibernate/test/legacy Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 28
28
</component >
29
29
</component >
30
30
31
- <list name =" components" lazy =" true" >
31
+ <list name =" components" lazy =" true" table = " CompNotNullMaster_Comps " >
32
32
<key column = " container_id" />
33
33
<index column = " list_index" />
34
34
<composite-element class =" org.hibernate.test.legacy.ComponentNotNullMaster$ContainerInnerClass" >
39
39
<many-to-one name =" many" cascade =" save-update" />
40
40
</composite-element >
41
41
</list >
42
-
43
-
44
- <list name =" componentsImplicit" lazy =" true" >
42
+
43
+ <list name =" componentsImplicit" lazy =" true" table =" CompNotNullMaster_CompsImpl" >
45
44
<key column = " container_id" />
46
45
<index column = " list_index3" />
47
46
<composite-element class =" org.hibernate.test.legacy.ComponentNotNullMaster$ContainerInnerClass" >
You can’t perform that action at this time.
0 commit comments