nhibernate-cascade
Fluent NHibernate cascading conventions issue - deleted instance passed to update
I normally have everything set to cascade all by using a convention, like so: public class CascadeAllConvention : IHasOneConvention, IHasManyConvention, IReferenceConvention[详细]
2023-03-20 14:03 分类:问答nhibernate (or hibernate) Conditional cascading
I have a class User, that has a property Event, which has many Sessions. Basically, a user register to an event which have many sessions h开发者_如何学Goours.[详细]
2023-02-03 21:47 分类:问答Fluent NHibernate Joined References Ignoring Cascade Rule
I\'m using Fluent NHibernate in an attempt to improve testability and maintainability on a web application that is using a legacy database and I\'m having some trouble mapping this structure properly:[详细]
2023-01-20 04:40 分类:问答Nhibernate Not Updating Cascade Relation On Win Server 2008
We are using NHibernate with Fluent mapping to build a WebForms application. In our model, we have a simple References relationship with Cascade.All() set. When we save the entity, NH behaves as expe[详细]
2023-01-13 10:42 分类:问答Hibernate: cascade question
In hibernate, there are many information about set cascade to \"all, delete\" and so on, but I want to know the effect of set cascade to \"none\"[详细]
2023-01-13 02:09 分类:问答NHibernate ManyToMany Relationship Cascading AllDeleteOrphan StackOverflowException
I have two objects that have a ManyToMany relationship with one another through a mapping table. Though, when I try to save it, I get a stack overflow ex开发者_开发知识库ception. The following is the[详细]
2023-01-03 05:43 分类:问答Jquery UI tabs - Custom "Loader" for AJAX tabs
I have the following code to generate Jquery UI tabs: <div id=\"tabs-loading-message\" style=\"display:none\">Loading, Please wait..</div>[详细]
2022-12-19 09:13 分类:问答