c# - NHibernate - Fluent auto mapping - Stateless batch insert - Many to Many data not inserting -
i trying utilize nhibernate stateless batch insert. using hilo generate primary keys. importing big set of info excel. while inserting many many tables info not inserting. lets say, next model,
[ismodel] public class debtor : user { public virtual ilist<debtordocument> debtordocuments { get; set; } } data inserting correctly in debtor,user , debtordocument tables. but, no info inserting in debtordocumentstouser many many table.
anyone have clue may reason! searching through google have found illustration model created many many relation along main models. have that?
c# fluent-nhibernate batch-processing
No comments:
Post a Comment