Browse by Tags
Sorry, but there are no more tags available to filter with.
-
Create DB from Classes and Mappings with NHibernate-Domain Driven Design
-
Here I post a simple class for create db schema from mappings and classes.This is the right method for develop real Domani Driven Design.You don't must project DB it will be create by NHibernate: using System; using System.Collections.Generic; using...
-
How to map composite key in NHibernate
-
This is a little example of mapping a class in NHibernate.Table in DB is a legacy application with a composite key formed by a string and an integer: <?xml version="1.0" encoding="utf-8" ?> <hibernate-mapping xmlns="urn...
-
Bug in NHibernate Alias Management
-
I found a bug in NHibernate.I added this formula to a property in a mapping file: formula='(select GL.name1 FROM GetLocalizedGeoRegions(:CultureFilter.LangId) as GL WHERE GL.ID1=GeoRegionIden)' In the stacktrace I found this subquery for that...