File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 26332633 types, <literal >System.Object</literal > types, and <literal >System.Object</literal > types for large objects. Just like
26342634 Columns for System.ValueType types can handle <literal >null</literal > values only if the entity property is properly
26352635 typed with a <literal >Nullable< T> </literal >. Otherwise <literal >null</literal > will be replaced by the default
2636- value for the type when reading, and when be overwritten by it when persisting the entity, potentially leading to
2636+ value for the type when reading, and then will be overwritten by it when persisting the entity, potentially leading to
26372637 phantom updates.
26382638 </para >
26392639 <table >
30253025 <literal >NHibernate.Type.TypeFactory</literal >.
30263026 </para >
30273027
3028+ <para >
3029+ Default NHibernate types used when no <literal >type</literal > attribute is specified can be overridden by using
3030+ the <literal >NHibernate.Type.TypeFactory.RegisterType</literal > static method before configuring and building
3031+ session factories.
3032+ </para >
3033+
30283034 </sect2 >
30293035
30303036 <sect2 id =" mapping-types-custom" >
You can’t perform that action at this time.
0 commit comments