On Tue, Apr 14, 2009 at 7:54 PM, cws wrote:
>
> In order to write some test for this:
> - If I got it correct
> this .IntegrateWithNHibernate.ApplyingDDLConstraints will apply
> constraints like notnull, length and even unique,index, unique-key?
> - Two listeners will be attached for the events
Hi! Tnx for answering!
I read a blog post about this regarding fluentNH.
http://bezieur.wordpress.com/2009/01/21/fluent-nhibernate-with-burrow/
In order to write some test for this:
- If I got it correct
this .IntegrateWithNHibernate.ApplyingDDLConstraints will apply
constraints like notnull, l
I think it's. IConfigurator is a request I did to Kailuo in order to
intercept the configuration for this kind of stuff.
On Tue, Apr 14, 2009 at 10:23 AM, cws wrote:
>
> Hi!
>
> Trying to configure a Nhibernate project using Burrows and fluent-
> Validator.
>
> I do this like this
>
> public cl