I am quite in an ugly situation where I have to move one of the
hibernate entities to another database which may or may not be on the
same physical database that the other entities are. Well, not a big
deal, I need to define a new set of settings and it rolls in the rest.
However, life sometimes is the !@#@@!!@@, right? The problem is that
entities are joined and hibernate doesn't like. Having dug up
hibernate and spring forums, I am certain my only late comer chance is
to write my own CRUD, and you know it is not going to be fun and at
the same time I don't like hacked open source codes. The other
alternative I have is to go in the code and fix up everything. Well,
besides the man power it takes, it has a definite performance drawback
in our system (I cut the Romeo Juliet part that explains why for the
love of the national napkin saving group, NNSG). Anyways, what I do
now? Any ideas?