fluent-nhibernate
FluentNHibernate CreateSessionFactory error
I cant solve the problem: Try to execute tutorial from http://wiki.fluentnhibernate.org/Getting_started#Your_first_project[详细]
2023-04-01 15:03 分类:问答Fluent NHibernate: Which is better... selecting from a view or performing joins to retrieve MIN and MAX values from related table?
Disclaimer: I\'m pretty new to NHibernate/Fluent NHibernate. I have a table of events: ID UniqueIdentifier,[详细]
2023-04-01 11:08 分类:问答Eventlistener (registered in Fluent NHibernate) prevents update of database
I use NHibernate with Fluent NHibernate and register a Eventlistener of type SaveOrUpdate. private static ISessionFactory CreateSessionFactory()[详细]
2023-04-01 09:51 分类:问答Fetching with JoinQueryOver: Get greatgrandchildren, know father
Object Structure: A house has many rooms. A room has many tables. A table has many vases (on it). House > Rooms > Tables > Vases.[详细]
2023-04-01 07:00 分类:问答Fluent NHibernate Uni-Directional one to one mapping
I cant get at One-to-One relationship working with Fluent NHibernate. I haveUser and UserDetails tables and they \'share\' a primary key. How do I map them?[详细]
2023-04-01 06:25 分类:问答Fluent nHibernate AutoMapping & ID Generation Scheme
How can I use Fluent NHibernate (with AutoMappin开发者_高级运维g) to configure the default ID generation scheme to Guid.Comb?I can see that I could specify in each entity (or a base class) the followi[详细]
2023-04-01 05:05 分类:问答dotConnect mobile and fluent nhibernate in compact framework 3.5
We are using dotConnect mobile for connecting to Oracle DB. I know that dotConnect can be used with NHibernate a开发者_高级运维nd Fluent Nhibernate ORM on the desktop but can the combination also be[详细]
2023-04-01 04:16 分类:问答How do I update the primary key using nhibernate
The primary key for one of my tables is a string. THe string is a code which i would like to update at some point of time. How can I do this in nhibernate.[详细]
2023-04-01 02:02 分类:问答ICriteria - fluent nhibernate not producing inner join
I am developing a small web application, using nhibnerate as my DAL. I have to classes that I wish to select from, using a simple ICriteria.[详细]
2023-04-01 00:02 分类:问答why can't i use like and equal operators together in my search query
what i\'m trying to do it\'s simple search by three columns: firstname, lastname and email in my case i need that two f开发者_Python百科irst colums (firstname and lastname) will be searchable by like[详细]
2023-03-31 17:19 分类:问答