Skip to content

Commit

Permalink
Type hilo-generator (#200)
Browse files Browse the repository at this point in the history
Some typos
  • Loading branch information
rgomez90 authored and cd21h committed Jun 13, 2020
1 parent 4fe44c5 commit 7da7eda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NHibernate HiLo Generator
Why use HiLo
------------

HiLo idnentity generatos allows NHibernate to generate identity values to map child objects to their parent without having to hit the database as opposed to using the native identity generation causes nhibernate to hit the database on every save, which affects performance and running of batch statements.
HiLo identity generators allow NHibernate to generate identity values to map child objects to their parent without having to hit the database as opposed to using the native identity generation causes nhibernate to hit the database on every save, which affects performance and running of batch statements.

For more information on generator behaviours refer to `this <http://fabiomaulo.blogspot.co.uk/2009/02/nh210-generators-behavior-explained.html>`_ blog post by Fabio Maulo.

Expand Down

0 comments on commit 7da7eda

Please sign in to comment.