nhibernate

Tag details

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!

Look up Offsite Link "nhibernate" at The Free Dictionary

Latest blogosphere posts tagged “nhibernate”
 

  • Mapping-by-Code - OneToOne


    NOtherDevAuthority Authority: 103
    Moving on with relation types in NHibernate - we havent talked about yet. The name suggests that its designed for 1:1 relationships and this is not quite correct. 1:1 relationships can be mapped simply using many-to-one with unique constraint. One-to-one is designed specifically for making that many-to-one ...
    4 days ago
  • Mapping-by-Code - concurrency


    NOtherDevAuthority Authority: 103
    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 week ago
  • Mapping-by-Code - dynamic component


    NOtherDevAuthority Authority: 103
    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 ...
    2 weeks ago
  • Mapping-by-Code - inheritance


    NOtherDevAuthority Authority: 103
    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 ...
    2 weeks ago
  • Mapping-by-Code - ManyToOne


    NOtherDevAuthority Authority: 103
    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
  • Mapping-by-Code - Component (and odd cases of Fluent NHibernates fluency)


    NOtherDevAuthority Authority: 103
    Lets move on with mapping-by-code vs. XML vs. Fluent NHibernate. The second post in Ayendes series was about mapping . Its equivalent in mapping-by-code is Component , of course. There are total 6 overloads for Component method - 3 parametrized with lambda expression and 3 with strings for cases where the ...
    3 weeks ago
  • Mapping-by-Code - Property


    NOtherDevAuthority Authority: 103
    I am spending quite a lot of time recently with NHibernate 3.2 mapping-by-code feature and as Ive already mentioned , my most serious obstacle with this evaluation is that there is virtually no resources on the net. If these answers are everything the Web has to offer, theres a lot of space for improvement. I am ...
    3 weeks ago

Comments about nhibernate

Personal attacks are NOT allowed
Please read our comment policy