Skip to content

Instantly share code, notes, and snippets.

@davybrion
Created September 3, 2012 17:59
Show Gist options
  • Save davybrion/3611435 to your computer and use it in GitHub Desktop.
Save davybrion/3611435 to your computer and use it in GitHub Desktop.
code snippet for "Native ID Generation With NHibernate" post
<id name="Id" column="CustomerId" type="long" unsaved-value="-1" access="field.camelcase-underscore">
<generator class="native" >
<param name="sequence">sq_customer</param>
</generator>
</id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment