In the nhibernate configuration file one can set name of the session- factory like this
<session-factory name="MyFactoryName"> How can this name be used? Is it possible to set up different session factories, let's say one for SQLite (for testing) and other for integration tests against MSSql and in the building of session factory use that name to build it differently? Is it possible? -- 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=.
