I am using the 1.0 RTM of Fluent Nhibernate, with a 3.0 build of NHibernate. In order to do this, I need to add the following to my .config file:
I\'m having a problem with fluent-nhibernate and criteria. I have the following setup. class AMap : ClassMap<A>
I have two entities: public class Parent() { public ICollection<Child> Children { get; set; } } public class Child()
I am experimenting with NHibernate (version 2.1.0.4000) with Fluent NHibernate Automapping. My test set of entities persists fine with default integer IDs
I\'m using Fluent NHibernate and need to get my Connection String from the connection.connection_string property on hibernate.cfg.xml file to create my Session Factory:
So I have a set up similar to this questions: Parent Child Setup Everything works great when saving the parent and the children.
Im really confused as I have several objects that share a common interface mapped using FNH like so: .Where(t => (t.BaseType == typeof(Entity) || t.BaseType == typeof(PipelineStep))
I have created an multi thread application on IIS (ASP.NET MVC), When the threading server started it creates 10 thread and it\'s execting workitems into the threads.
I\'m having difficulties with multiple joins in the NHibernate Criteria search.Say I had a pet table, and I wanted to return all pets where the pet category was Dog, and the owner gender was female, o
can I am hoping someone can point me to the right direction on how to get count of a property and the entity using a single trip to sql.