nhibernate-collections
Nhibernate iesicollection contains returns false
Nhibernate forces you to use an Iesi Set, instead of the net 4 ISet interface. In the following snippet of code I check whether an iesi set contains an item:[详细]
2023-03-30 22:14 分类:问答NHibernate: Manually handling collection of values reading using IStatelessSession
During bulk load of entities into a database, I have a scenario where an incoming entity relies on an existing entity in the database in order to compute a value. This dependency itself has a collecti[详细]
2023-02-28 09:08 分类:问答NHibernate - Sorting Entities based on Property/Column + how to manage?
I\'m writting an ASP.NET MVC e-commerce app using NHibernate and I want the end-user to be able to control the ordering of Product Categories (not just have them appear alphebetically etc.).[详细]
2022-12-18 06:06 分类:问答Updating the collections of entities with NHibernate the correct way
A simple question re开发者_StackOverflowgarding how NHibernate works: I have a parent entity that has a collection of other child entities. Those child entities have a reference to the parent entity t[详细]
2022-12-15 17:30 分类:问答Using NHibernate Collection Filters with DDD collections
I am trying to map a domain model in NHibernate开发者_StackOverflow社区. The domain model is implemented with what I think is DDD style. The mapping works mostly but then when I try to use a collectio[详细]
2022-12-08 11:48 分类:问答