Skip to content

Instantly share code, notes, and snippets.

@jdaigle
Created August 25, 2010 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdaigle/548772 to your computer and use it in GitHub Desktop.
Save jdaigle/548772 to your computer and use it in GitHub Desktop.
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" assembly="ConsoleApplication1" namespace="ConsoleApplication1">
<sql-query name="CatById">
<return class="Category"></return>
EXEC CatById :id
</sql-query>
</hibernate-mapping>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment