I have a class
public class Site {
public DateTime SiteMonth {get; set;}
}
in the database the SiteMonth is represented as an integer in yyyymm format.
Is there a way to map this in NHibernate without introducing a new property on my Site class?