We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfb009 commit 3ef8f51Copy full SHA for 3ef8f51
doc/reference/modules/best_practices.xml
@@ -18,7 +18,7 @@
18
<para>
19
NHibernate makes identifier properties optional. There are all sorts of reasons why
20
you should use them. We recommend that identifiers be 'synthetic' (generated, with
21
- no business meaning) and of a non-primitive type. For maximum flexibility, use
+ no business meaning) and of a primitive type. For maximum flexibility, use
22
<literal>Int64</literal> or <literal>String</literal>.
23
</para>
24
</listitem>
0 commit comments