I have one database schema that has been deployed as two separate instances. This means that I need my domain objects, hbms and DAO objects to work with two different databases.
Is there a way to configure mindlib to be able to do this?
Thanks,
Scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
MindLib is no longer with the NHibernate session management function. Such function has been moved to NHibernate.Burrow project.
for your scenario, I believe you might need to look into NHibernate.Shard which, unfortunately is still in the middle of its development before it can publish its first release. You can go to the NHibernate mailing list and see if you can find some help from there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have one database schema that has been deployed as two separate instances. This means that I need my domain objects, hbms and DAO objects to work with two different databases.
Is there a way to configure mindlib to be able to do this?
Thanks,
Scott
MindLib is no longer with the NHibernate session management function. Such function has been moved to NHibernate.Burrow project.
for your scenario, I believe you might need to look into NHibernate.Shard which, unfortunately is still in the middle of its development before it can publish its first release. You can go to the NHibernate mailing list and see if you can find some help from there.