1. I have modeled use of uNHAddins after "uNHAddins.Examples.SessionManagement" 2. My program can connect to independent data files of different types (sqlCE, SQL, mySQL, etc). The user will select a file which contains connection information. 3. I need a way to get a reference to ISessionFactoryImplementor so I can tell if any connections are still open, manually close connection, etc.
My questions are: A. What is the best way to access the ISessionFactoryImplementor? B. In the normal case of Repository<T> in "uNHAddins.Examples.SessionManagement", does each repository get the same session factory (singleton?) through IoC or a different instance? Thanks, Eric -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
