It is of a newby question, so sorry in advance. I\'m using fluent NHibernate and get a strange behavior on it.
I am using Nhibernate with Fluent, to persist a SQL Server 2008 express database in a business application.
I have a product table that has a many-to-many relation to itself (using a two-column many-to-many table) and I have set it up in Fluent NHibernate with the following code:
I am brand new to NHibernate and Fluent NHibernate and I am trying to get the following confguration to work.
I have an NHibernate configuration file as follows: <?xml version=\"1.0\" encoding=\"utf-8\" ?> <hibernate-configurationxmlns=\"urn:nhibernate-configuration-2.2\" >
Suppose you have sets of Fluent conventions that apply to specific groups of mappings, but not to all of them.
I need to persist this class on database using Fluent NHibernate: public class RaccoonCity { public virtual int Id { get; private set; }
I\'m using FluentNHibernate and Linq To Nhibernate, with these entities (only the relevant parts): public class Player : BaseEntity<Player>
I have a custom event listener being added (fluently) to my configuration using: .ExposeConfiguration(c => c.SetListener(ListenerType.SaveUpd开发者_JS百科ate, listener))
Hi I am attempting to use Castle windsor Nhibernate Facility with fluent Nhibernate and Im getting the error above, as far as Im aware , I have followed the instructions on setting this up. Has anyone