nhibernate
Welcome to the 'nhibernate' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'nhibernate'.
Are you an expert about 'nhibernate'? Do you want to be the Technorati authority on 'nhibernate'? You can write a description that will appear right here:
Join Blogcritics!
Latest blogosphere posts tagged “nhibernate”
-
Mapping-by-Code - concurrency
NOtherDev —
Authority: 102
Its time for less exhausting topic - concurrency mapping . There are two different aspects of concurency-related mappings. The first one is entity-level mapping, where we choose the concurrency model (for optimistic concurrency). In XML, in mapping, there are two attributes regarding the optimistic concurrency - ...1 day ago -
Mapping-by-Code - dynamic component
NOtherDev —
Authority: 102
Dynamic component is a feature that allows to map non-generic key-value collection as a part of our entity, like ordinary properties. Dynamic component was the hardest feature to map using mapping-by-code up to date. I was cursing at the lack of documentation or examples and struggling with NHibernates source code ...1 week ago -
Mapping-by-Code - inheritance
NOtherDev —
Authority: 102
Next article in Ayendes NHibernate mapping series is about inheritance mappings . As we know, there are few different approaches to inheritance in database. Lets see how we can map it using NHibernates 3.2 mapping-by-code. Lets use the same model as Ayende did: Single table And lets begin with single table ...1 week ago -
Mapping-by-Code - ManyToOne
NOtherDev —
Authority: 102
Next up for inspection for mapping-by-code is the element . Its mapping-by-code equivalent is ManyToOne . Here are its possible options: ManyToOne(x => x.PropertyName, m => { m.Column("column_name"); // or... m.Column(c => { c.Name("column_name"); // other standard ...2 weeks ago



Follow Technorati