Tagged Questions

Fluent NHibernate offers an alternative to NHibernate's standard XML mapping files. Rather than writing XML documents (.hbm.xml files), Fluent NHibernate lets you write mappings in strongly typed C# code. This allows for easy refactoring, improved readability and more concise code. Resources ...

learn more… | top users | synonyms

6
votes
3answers
204 views

FluentNHibernate or port to NHibernate mapping by code

I have several projects using NH and FNH to generate the mappings (some Fluent some Automapped). There are still some bugs and missing features i need, but it seems that FNH could die because of ...
6
votes
3answers
2k views

Is there a Fluent NHibernate Automapping sample project that “just works”?

I just started looking at NHibernate this week, and would love to use the Automapping approach on my current project. I'm working with Fluent NHibernate 1.0.0.594, which I downloaded a few days ago. ...
4
votes
1answer
188 views

Fluent NHibernate generates extra columns

We are using Fluent NHibernate for data object model in the company i work. A couple of days ago, we encountered an issue that Fluent NHibernate generates an extra column which does exist neither in ...
3
votes
2answers
195 views

Invalid index N for this SqlParameterCollection with Count=N only when associated table has null record

I have a rather complex entity which will not save when a particular database table is missing a record. When the record exists the entity saves correctly. When the record does not I receive the ...
3
votes
1answer
297 views

NHibernate ternary association with multiple values - how to map in a nice way

I've asked a similar question, but I've given up on the idea I had there to solve this problem so I would like some help solving this in a neat way instead. I've got tables Image - (Id, Name, ...
2
votes
2answers
27 views

Overriding FluentNHibernate DefaultCascade for many types at once

I have an abstract entity base class defined like this: public abstract class SessionItem : Entity { public virtual Session Session { get; set; } } In addition, I'm using auto mapping: private ...
2
votes
1answer
102 views

Fluent nHibernate: Unsupported mapping type

I'm setting up a new solution to map against SQL data that has been imported from an Access database. Auto Mappings work fine against the entities I have defined but I need to be able to use the ...
2
votes
0answers
187 views

Mapping clobs using Fluent NHibernate, Oracle 10g and OracleClientConfiguration.Oracle10

I've been trying to map a clob field using Fluent NHibernate 1.2.0.712 against Oracle 10g. I'm using System.Data provider as it's available by default and was trying to avoid adding reference to ...
2
votes
1answer
76 views

Fluent NHibernate - Mapping List<decimal> to ordered child table

I'm refactoring a fluent nHibernate mapping, and I can't seem to figure this one out. I want to remap a property with type List<decimal> to a child table, but using a single HasMany if ...
2
votes
2answers
67 views

Issue with basic relationships in Fluent NHibernate C#

I cannot find an example on this. I'm trying to get a basic understanding of Fluent NHibernate but resources seem quite scarce in terms of proper tutorials. I have a test class like this: public ...
2
votes
1answer
172 views

Fluent Nhibernate, Struggling With One-to-many Relationships

The follow exception is always be throwed: could not initialize a collection: [FatorM.Sieq.Model.Entities.Culto.Ofertas#4][SQL: SELECT ofertas0_.Culto_Id as Culto3_1_, ofertas0_.Id as Id1_, ...
2
votes
3answers
222 views

NHibernate joining two table into one entity with a composite key

I have the following data structure : +---------+ |Resume | +---------+ |Id (PK) | |IsActive | |... | |.. | |. | +---------+ +--------------------+ |Resume_Translation | ...
2
votes
1answer
94 views

Is this Fluent NHibernate mapping test a false positive?

I changed my mapping test to use the overload .VerifyTheMappings(TEntity first), and suddenly my test just passes. I haven't used that overload before, and since I'm not really sure how it works, I'm ...
2
votes
1answer
260 views

Fluent nHibernate Join question

I have an entity that maps to a table called Rule. The table for this entity has an FK to another Table called Category. I'm trying to figure out how to pull in a property from Category in my Rule ...
2
votes
1answer
327 views

NHibernate: Require inner join instead of left join for References

How can I change the default join type to be an inner join instead of a left outer join for mappings when I use References? For Example: public class SomeClassMap : ClassMap<SomeClass> { ...
2
votes
1answer
198 views

Fluent Nhiberhate And Missing Milliseconds

I am using Fluent Nhibernate and Nhibernate for my current project. I need to record the time to the millisecond. I have this for my mapping Map(x => x.SystemDateTime) ...
1
vote
1answer
28 views

NHibernate and ReadOnlyCollection<T>

NHibernate really does not seem to like returning a ReadOnlyCollection, depsite me having implemented what I've read in about 30 places as the correct access strategy for a read only collection backed ...
1
vote
3answers
42 views

NHibernate - how to delete an item from many-to-many relationship?

I've following mapping for two tables having a Many-to-Many relationship between them. How do I delete an entry from the mapping table, which is 'ProjectUser' in my case? public ProjectMap() { ...
1
vote
0answers
27 views

Reference entity with composite id

Both entity A & B's id are: CompositeId().KeyProperty(x => x.Id).KeyProperty(x => x.Type); While entity B should Reference entity A (it has a property "A" of type A). I tried: ...
1
vote
2answers
53 views

Casting a member access func from Func<DerivedFromT,object> to Func<T,object>

I'm trying to creating a dynamic base mapping with fluent nhibernate. What I'm doing is checking in by a BaseMap< T > : ClassMap< T > if for example: ...
1
vote
1answer
24 views

Fluent Nhibernate Many to Many Mapping Way

I have two classes Order and Items I want a method like this class Order { public virtual IList<Item> GetItems(Order order) { //get items for that order. } } class Item { ...
1
vote
2answers
76 views

NHibernate Exception “object references an unsaved transient instance - save the transient instance before flushing” when saving object with HasMany

I'm trying to save an object with multiple HasMany relationships and I'm getting the exception: "object references an unsaved transient instance - save the transient instance before flushing". Below ...
1
vote
1answer
76 views

Using fluent NHibernate to map a read only sql view

I am trying to get Fluent Nhibernate to Automap read-only views that do not have a primary or composite key specified. It seems like it is possible as the API document for ClassMap exposes a default ...
1
vote
1answer
53 views

Fluent NHibernate - Querying child property collections in batch rather than individually

I have an entity with multiple collections of other entities on it, and I'd like to eager load them, ideally in one batch. Example setup below: public Entity1 { public virtual int Prop1 ...
1
vote
0answers
37 views

Referencing components from a subclassMap

I am trying to reference a component from a subclass map but am getting the following exception "Visitor attempted on unresolved componented reference 'Weight', referenced from property 'Weight' of ...
1
vote
1answer
35 views

map one class to many classes with type/item

My problem is that i have parent classes, and for each of the parents i have list of classB. for example, the tables are: Images id type item filename computers id owner age workers id name ...
1
vote
0answers
70 views

How to implement .ChildWhere() mapping with many-to-many relation in NH 3.2

I have following FNH mapping: public class ItemMap : ClassMap<Item> { public ItemMap () { this.HasManyToMany(a => a.ChildItems).ChildWhere("IsDeleted = 0").AsSet(); } } ...
1
vote
0answers
73 views

Fluent NHibernate trying to map subclass of subclass using table-per-subclass

I am building an application with heavy inheritance and have a part where there exists classes, A, B and C with: class A class B : A class C : B I implemented subclass mapping as a ...
1
vote
1answer
30 views

Fluent Nhibernate mapping to load a collection from 2nd level table

Can you map the following scenario with fluent nhibernate, and if so how: The table structure looks like this: PrimaryTable   |__ Intermediary table ...
1
vote
2answers
225 views

NHibernate.AssertionFailure: null identifier

Before I kick my computer in to next week... I've checked out every other question about this, but none of them have the solution. I've stripped this code right back, but it's still not working. ...
1
vote
1answer
144 views

NHibernate 3.2 - Do all properties now require a “set” method?

We recently upgraded our Automapped FNH / NH project to NH 3.2, and are running into a lot of problems. We have a lot of properties in our object model that only have a "getter", e.g. public ...
1
vote
2answers
100 views

Nhibernate Has Many Insert generates extra Update (no Inverse)

I have a Parent class with two lists of Child classes public class Parent { ... public virtual ICollection<Foo> Foo{ get; set; } public virtual ...
1
vote
2answers
220 views

Fluent NHibernate not mapping child rows to a collection property (DB2 Database)

Background: I am working on a legacy DB2 database, so I have no control over the schema. I have searched this site for answers and have found none. I have also searched google and not found a ...
1
vote
1answer
162 views

CompositeId causes Could not compile the mapping document error

I am trying to use CompositeId to map to a legacy system. The source database has a composite primary key so I can't use the normal this.Id mapping. Here is my attempt to map it: public ...
1
vote
1answer
179 views

Invalid index 1 for this SqlParameterCollection with Count=1

What I have noticed is that the in Ncv the Report field that i am referencing is not generated. Below is the error I am receiving. Here is what my domain looks like and the error i receive is Invalid ...
1
vote
1answer
106 views

Custom Fluent NHibernate maps not working with AutoMapping

I'm having an issue with Fluent NHibernate AutoPersistenceModelGenerator. It doesn't want to pick up custom maps. Using Sharp Architecture 2.0, Fluent NHibernate 1.2 and NHibernate 3.1. My current ...
1
vote
1answer
60 views

NHibernate Table Per Class loading - wrong type

I have a mapping issue with the table-per-class hierarchy in Fluent/NHibernate. When retrieving the records from the database, I keep getting an error (the Wrong type exception) Object with id: ...
1
vote
0answers
57 views

Are there examples of SPROC mappings and usage with Fluent NHibernate?

I'm looking for an example of how I would/should use the SqlUpdate, SqlDelete, and SqlInsert parts of Fluent NHibernate in my mappings. I have a standard public class MyObjectMap : ...
1
vote
2answers
153 views

Fluent NHibernate automapping

I was just wandering if it would be possible to use the Fluent NHibernate to auto map a .Net TcpClient object? I have a class that has a TcpClient property which I would like to map. I tried ...
1
vote
0answers
300 views

fluent nhibernate map hasmany using propertyref without fetch.join

I am using Nhibernate 3.2, along with a build of FluentNhibernate compatible with NH 3.2 and I have come to map a legacy part of my system. I believe it is possible to do what I require, but need some ...
1
vote
2answers
63 views

Lost inheritance in NHibernate

I made conversion from EF4 to nHibernate and now have little problem with inheritence. My entities and mappings: public class User { public virtual int Id { get; set; } public virtual string ...
1
vote
1answer
33 views

Empty Child in model, Null when saved with References<>

I have an object declared like this public class MyObject { public virtual long MyId { get; set; } public virtual MyChild Child { get; set; } public MyObject() { Child = new ...
1
vote
2answers
70 views

How to map a string property to a binary column in the database?

I have a class for a user entity. One of the properties is the user's password (a hash, actually). I made it a string (streamlined code): public class User { public virtual int Id { get; set; } ...
1
vote
1answer
137 views

Fluent NHibernate - How to map a List<IInterface> to multiple types?

I'm trying to map a list containing instances of different types that all implements a commmon interface with Fluent NHibernate. Below is a simplified example of how i wan't my model to look like. I ...
1
vote
4answers
299 views

How to add mappings by namespace in Fluent NHibernate

In my application, I need to talk to multiple databases. I am handling this in NHibernate by creating one SessionFactory per database (I assume this is the correct thing to do). So I have two sets of ...
1
vote
1answer
108 views

How to map boolean with FluentNhibernate and SQLite

I understand I need to save boolean in SQLite as Integer, True/False as 1/0 I guess. But how is this done in the mapping file? Do I need to write some custom mapping convention class? I've never ...
0
votes
1answer
19 views

Fluent NHIbernate ignoring column name on overrided Id property

I have an abstract base class which inherits Sharp Arch's Entity class: /// <summary> /// defines an entity that will ne indexed by a search crawler and offered up as full-text searchable ...
0
votes
1answer
19 views

fluent-nHinernate TriggerIdentity nhIdOutParam always return null (Oracle rdbms)

I using Oracle rdbms. My mapping looks like this Id(x => x.Tid,"ID").Column("ID").GeneratedBy.TriggerIdentity(); but the SQL request ends up looking like: NHibernate: INSERT INTO bla bla bla ...
0
votes
1answer
33 views

Fluent NHibernate: Custom ForeignKeyConvention not working with explicitly specified table names

EDIT: for the tl;dr crowd, my question is: How do I access the mappings from inside the ForeignKeyConvention in order to determine the table name that a given type is mapped to? The long version: I ...
0
votes
1answer
28 views

How to reference a class with 2 cols CompositeId from a class with 2 cols CompositeId in FluentNhibernate?

I'm trying to create a public class BaseMap<T> : ClassMap<T> for my application. It should support localized entities, which their primary key must be both Id & Language: ...

1 2 3