We are currently developing an application that will end up having 3 SessionFactory instances, with slightly different mappings pointing to the same database and tables. Unfortunately timescales of the project is restricting our ability to rationalize these to use a single SessionFactory.
One will be used for general updating, while the other two will be used for search queries.
Can anyone offer any advice on the pro's/con's of this type of useage, in particular is there anything that may give us problems.
Many thanks.
|