Now, before you say it: I did Google and my hbm.xml file is an Embedded Resource.
hbm.xml
Here is the code I am calling:
To add to Amol's answer, don't make the mistake of specifying the Interface class type. Make sure you specify the implementation class. (Ie. don't use IDomainObjectType). Not that I made this mistake... :)