File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ Build 5.0.0
32
32
** The connection releasing is no more directly triggered by a scope completion, but by later
33
33
interactions with the session.
34
34
* AdoNetWithDistributedTransactionFactory has been renamed AdoNetWithSystemTransactionFactory.
35
+ * ISession.GetSession(entityMode) which was yielding a "child session" is dropped. A feature
36
+ allowing to build sessions from an existing one has been added, ISession.WithSessionOptions(),
37
+ which yields a session builder.
35
38
* Subcriteria.UniqueResult<T> for value types now return default(T) when result is null, as was
36
39
already doing CriteriaImpl.UniqueResult<T>.
37
40
* AliasToBeanResultTransformer property/field resolution logic has changed for supporting members
@@ -56,6 +59,7 @@ Build 5.0.0
56
59
* BytecodeProviderImpl, intended for .Net Framework 1 and broken, is dropped.
57
60
* Sessions concrete classes constructors have been changed. (It is not expected for them to be used
58
61
directly.)
62
+ * Obsolete setting interceptors.beforetransactioncompletion_ignore_exceptions is dropped.
59
63
* Oracle: Hbm2dll will no-more choose N- prefixed types for typing Unicode string columns by default.
60
64
This can be changed with oracle.use_n_prefixed_types_for_unicode setting, which will furthermore
61
65
control DbCommand parameters typing accordingly. See NH-4062.
You can’t perform that action at this time.
0 commit comments