File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Release notes - NHibernate - Version 5.3.0
15
15
them into account, but previously they were failing instead of ignoring enabled filters.)
16
16
* ISession.Persist will no more trigger immediate generation of identifier.
17
17
* Bags will no more be loaded with "null" entities, they will be filtered out.
18
- * Setting the value of an unitialized lazy property will no more trigger loading of all the lazy
18
+ * Setting the value of an uninitialized lazy property will no more trigger loading of all the lazy
19
19
properties of the entity.
20
- * If an unitialized lazy property has got its value set, without any other subsequent lazy property
20
+ * If an uninitialized lazy property has got its value set, without any other subsequent lazy property
21
21
load on the entity, a dynamic update will occur on flush, even if the entity has dynamic updates
22
22
disabled. This update will occur even if the set value is identical to the currently persisted
23
23
property value.
You can’t perform that action at this time.
0 commit comments