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
3232 ** The connection releasing is no more directly triggered by a scope completion, but by later
3333 interactions with the session.
3434 * 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.
3538 * Subcriteria.UniqueResult<T> for value types now return default(T) when result is null, as was
3639 already doing CriteriaImpl.UniqueResult<T>.
3740 * AliasToBeanResultTransformer property/field resolution logic has changed for supporting members
@@ -56,6 +59,7 @@ Build 5.0.0
5659 * BytecodeProviderImpl, intended for .Net Framework 1 and broken, is dropped.
5760 * Sessions concrete classes constructors have been changed. (It is not expected for them to be used
5861 directly.)
62+ * Obsolete setting interceptors.beforetransactioncompletion_ignore_exceptions is dropped.
5963 * Oracle: Hbm2dll will no-more choose N- prefixed types for typing Unicode string columns by default.
6064 This can be changed with oracle.use_n_prefixed_types_for_unicode setting, which will furthermore
6165 control DbCommand parameters typing accordingly. See NH-4062.
You can’t perform that action at this time.
0 commit comments