File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
src/NHibernate.Test/Immutable/EntityWithMutableCollection Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 44
44
</id >
45
45
<property name =" CustomerName" not-null =" true" />
46
46
<property name =" Type" not-null =" true" />
47
- <bag name =" Variations" inverse =" true" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
47
+ <bag name =" Variations" inverse =" true" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
48
48
<key column =" contract" />
49
49
<one-to-many class =" ContractVariation" />
50
50
</bag >
68
68
</class >
69
69
70
70
<class name =" ContractVariation" mutable =" false" >
71
- <id name =" Id" >
71
+ <id name =" Id" column = " `id` " >
72
72
<generator class =" increment" />
73
73
</id >
74
74
<property name =" Text" type =" StringClob" />
Original file line number Diff line number Diff line change 47
47
</id >
48
48
<property name =" CustomerName" not-null =" true" />
49
49
<property name =" Type" not-null =" true" />
50
- <bag name =" Variations" inverse =" true" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
50
+ <bag name =" Variations" inverse =" true" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
51
51
<key column =" contract" />
52
52
<one-to-many class =" ContractVariation" />
53
53
</bag >
71
71
</class >
72
72
73
73
<class name =" ContractVariation" mutable =" false" >
74
- <id name =" Id" >
74
+ <id name =" Id" column = " `id` " >
75
75
<generator class =" increment" />
76
76
</id >
77
77
<property name =" Text" type =" StringClob" />
Original file line number Diff line number Diff line change 48
48
<version name =" Version" column =" VERS" type =" long" />
49
49
<property name =" CustomerName" not-null =" true" />
50
50
<property name =" Type" not-null =" true" />
51
- <bag name =" Variations" inverse =" true" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
51
+ <bag name =" Variations" inverse =" true" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
52
52
<key column =" contract" />
53
53
<one-to-many class =" ContractVariation" />
54
54
</bag >
72
72
</class >
73
73
74
74
<class name =" ContractVariation" mutable =" false" >
75
- <id name =" Id" >
75
+ <id name =" Id" column = " `id` " >
76
76
<generator class =" increment" />
77
77
</id >
78
78
<property name =" Text" type =" StringClob" />
Original file line number Diff line number Diff line change 51
51
<version name =" Version" column =" VERS" type =" long" />
52
52
<property name =" CustomerName" not-null =" true" />
53
53
<property name =" Type" not-null =" true" />
54
- <bag name =" Variations" inverse =" true" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
54
+ <bag name =" Variations" inverse =" true" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
55
55
<key column =" contract" />
56
56
<one-to-many class =" ContractVariation" />
57
57
</bag >
75
75
</class >
76
76
77
77
<class name =" ContractVariation" mutable =" false" >
78
- <id name =" Id" >
78
+ <id name =" Id" column = " `id` " >
79
79
<generator class =" increment" />
80
80
</id >
81
81
<property name =" Text" type =" StringClob" />
Original file line number Diff line number Diff line change 44
44
</id >
45
45
<property name =" CustomerName" not-null =" true" />
46
46
<property name =" Type" not-null =" true" />
47
- <bag name =" Variations" inverse =" false" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
47
+ <bag name =" Variations" inverse =" false" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
48
48
<key column =" contract" />
49
49
<one-to-many class =" ContractVariation" />
50
50
</bag >
68
68
</class >
69
69
70
70
<class name =" ContractVariation" mutable =" false" >
71
- <id name =" Id" >
71
+ <id name =" Id" column = " `id` " >
72
72
<generator class =" increment" />
73
73
</id >
74
74
<property name =" Text" type =" StringClob" />
Original file line number Diff line number Diff line change 47
47
</id >
48
48
<property name =" CustomerName" not-null =" true" />
49
49
<property name =" Type" not-null =" true" />
50
- <bag name =" Variations" inverse =" false" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
50
+ <bag name =" Variations" inverse =" false" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
51
51
<key column =" contract" />
52
52
<one-to-many class =" ContractVariation" />
53
53
</bag >
71
71
</class >
72
72
73
73
<class name =" ContractVariation" mutable =" false" >
74
- <id name =" Id" >
74
+ <id name =" Id" column = " `id` " >
75
75
<generator class =" increment" />
76
76
</id >
77
77
<property name =" Text" type =" StringClob" />
Original file line number Diff line number Diff line change 43
43
</id >
44
44
<property name =" CustomerName" not-null =" true" />
45
45
<property name =" Type" not-null =" true" />
46
- <bag name =" Variations" inverse =" false" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
46
+ <bag name =" Variations" inverse =" false" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
47
47
<key column =" contract" />
48
48
<one-to-many class =" ContractVariation" />
49
49
</bag >
63
63
</class >
64
64
65
65
<class name =" ContractVariation" mutable =" false" >
66
- <id name =" Id" >
66
+ <id name =" Id" column = " `id` " >
67
67
<generator class =" increment" />
68
68
</id >
69
69
<property name =" Text" type =" StringClob" />
Original file line number Diff line number Diff line change 48
48
<version name =" Version" column =" VERS" type =" long" />
49
49
<property name =" CustomerName" not-null =" true" />
50
50
<property name =" Type" not-null =" true" />
51
- <bag name =" Variations" inverse =" false" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
51
+ <bag name =" Variations" inverse =" false" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
52
52
<key column =" contract" />
53
53
<one-to-many class =" ContractVariation" />
54
54
</bag >
72
72
</class >
73
73
74
74
<class name =" ContractVariation" mutable =" false" >
75
- <id name =" Id" >
75
+ <id name =" Id" column = " `id` " >
76
76
<generator class =" increment" />
77
77
</id >
78
78
<property name =" Text" type =" StringClob" />
Original file line number Diff line number Diff line change 51
51
<version name =" Version" column =" VERS" type =" long" />
52
52
<property name =" CustomerName" not-null =" true" />
53
53
<property name =" Type" not-null =" true" />
54
- <bag name =" Variations" inverse =" false" order-by =" id asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
54
+ <bag name =" Variations" inverse =" false" order-by =" `id` asc" mutable =" true" cascade =" all-delete-orphan" fetch =" join" >
55
55
<key column =" contract" />
56
56
<one-to-many class =" ContractVariation" />
57
57
</bag >
75
75
</class >
76
76
77
77
<class name =" ContractVariation" mutable =" false" >
78
- <id name =" Id" >
78
+ <id name =" Id" column = " `id` " >
79
79
<generator class =" increment" />
80
80
</id >
81
81
<property name =" Text" type =" StringClob" />
You can’t perform that action at this time.
0 commit comments