I cant solve the problem: Try to execute tutorial from http://wiki.fluentnhibernate.org/Getting_started#Your_first_project
Disclaimer: I\'m pretty new to NHibernate/Fluent NHibernate. I have a table of events: ID UniqueIdentifier,
I use NHibernate with Fluent NHibernate and register a Eventlistener of type SaveOrUpdate. private static ISessionFactory CreateSessionFactory()
Object Structure: A house has many rooms. A room has many tables. A table has many vases (on it). House > Rooms > Tables > Vases.
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?
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
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
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.
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.
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