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:
Make sure you have called the CreateCriteria(typeof(DomainObjectType)) method on Session for the domain object which you intent to fetch from DB.
CreateCriteria(typeof(DomainObjectType))