Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Active older topics
4 new of 4 - May 3
5 new of 5 - Apr 26
8 new of 8 - Apr 26
6 new of 6 - Apr 26
2 new of 2 - Apr 23
2 new of 2 - Apr 23
1 new of 1 - Apr 22
2 new of 2 - Apr 21
3 new of 3 - Apr 18
3 new of 3 - Apr 16
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 2162  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion group for the NHibernate Fluent Interface project.
 

can't have same column in both a single-column index and a multi-column index? 
  When I do sth like this I get weird behaviors depending on the ordering of the statements (e.g. exception when creating the DB schema complaining about duplicate index, or some index not being created, or multi-column index ending up having only one column) and I can't find a combination that does what it's supposed to do:... more »
By Joseph Lam  - May 27 - 1 new of 1 message    

How to add 'included columns' in an index 
  I know this is how to add a simple index: mapping.Map(customer => customer.Column1).Index("IDX_C OLUMN1"); But how do I achieve something like below? In SQL Server: CREATE NONCLUSTERED INDEX [IDX_FOO] ON [CUSTOMER] { [COLUMN1] ASC ...*INCLUDE* *( [COLUMN2] .... )*
By Joseph Lam  - May 27 - 1 new of 1 message    

NHUsers Google Group 
  Hi Everyone, I'm not able to join the NHUsers group. It keeps telling me I've been banned. I can't ever remember joining it previously, and I'm just not the sort of person to do something that would get me banned from a list! (I realise I'm posting off-topic for this list, but I figured some people on here would also be on the NHUsers list…)... more »
By Geoff Bennett  - May 20 - 1 new of 1 message    

What is DefaultableList replaced by in latest version? 
  Hi, We were using the DefaultableList<T> class' HasUserDefined method. It is no longer available in the latest version. I went through github code and noticed it was removed in an August 2011 code base. Specifically between commit hashes: f3186cba6182178c01377f7218df21 317ca577de and c24de5a65874a5c9e812395cd491ea b0fd79d2e9.... more »
By John S  - May 10 - 1 new of 1 message    

Pervasive configuration problem 
  First of all I would like to say hello to all of you as i'm a newcomer to the group and nhibernate/fluent at all. I'm creating small library that would serve me as a service lib for future projects. The problem is that the main application is using Pervasive database which is not directly supported by fluent/nhiber so I've done some... more »
By erzet  - May 6 - 1 new of 1 message    

NHibernate Fluent ManyToMany mapping with multicolumn primary key for bridge table 
  I noticed the DDL that gets generated by Fluent doesn't create PK for the 2 columns that make up the table for many-to-many relationship. For example (from the first example), Store <-- many-to-many --> Product In StoreProduct table, you'd have 2 columns: ProductFK, StoreFK This StoreProduct table (i.e. the Store-Product bridge table) is... more »
By Zach Saw  - May 4 - 2 new of 2 messages    

Mapping IList<Guid>. Is it possible? 
  Hi I have two tables: Orders and Products. The order object has a list<Guid> of products. How can I map this? At the moment I get: Association references unmapped class: System.Guid 10x
By mynkow  - May 4 - 7 new of 7 messages    

Lazy loading 
  Hi there, I have mapped all my entities to use eager loading. I want to be able to set lazy loading on my queries dynamically so that I dont retrieve all the entities. Please let me know how I can do this Thanks
By premeister  - May 3 - 2 new of 2 messages    

Accessing Data in XMLType Columns or XMLType Tables 
  Does Fluent NHibernate support Accessing Data in XMLType Columns or XMLType Tables. If Yes, can someone post me back with sample code snippet please...
By santosh9y  - May 3 - 4 new of 4 messages    

Dead links on fluentnhibernate.org/ 
  For the last few days, the support, wiki and blog links on the fluentnhibernate.org website have been 404'd. Can someone fix? Pete -- <[link]> [link] [link] [link] [link] [link] [link]... more »
By Peter McEvoy  - Apr 26 - 2 new of 2 messages    

1 - 10 of 2162   « Newer | Older »

XML       Send email to this group: fluent-nhibernate@googlegroups.com