nhibernate « Relationship « JPA Q&A





1. Maintaining graph consistency in relationships with nHibernate    stackoverflow.com

If I use bidirectional associations in nHibernate, is it necessary for me to add my own code to both sides of the relationship to automatically update the other side? For example, if ...