Thank you for your reply referring to my question.
I try to synchronize two databases at runtime as we need a (offline) backup database if our online connection interrupts.
At present we really try to resolve this using java which is, as you said, not very fast. Moreover, when copying our dataobjects, junction tables of bidirectional relations (many to many) are not transferred (we are investigating this problem).
This is why I ask if Hibernate has a fuction to transfer the content of two databases with the same structure.
|