Hi Everyone 

I have been successful using Custom identity generator my code is as below
Id(x => x.Id).GeneratedBy.Custom<Data.IdentityGenerator>(p => 
p.AddParam("ENT", "5"))

but when ever custom id generation is turned on for any for Map class 
fluent nhibernate stops creating new tables. When i comment this code and 
moves to Id(x=>x.Id) it start working . So it would be great if some one 
can help me this.

Thanks
Gaurav

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/fluent-nhibernate/-/Q-6pHv4-7v0J.
To post to this group, send email to fluent-nhibernate@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to