how send information database another hibernate?
i have an concentration domain-model mapped database controlling hibernate. i have another concentration b uses accurately same domain-model-classes adds additional classes.
my idea review information database concentration b send information database b (to duplicate it). addition, domain-classes b have associations (onetoone) domain-classes (but database b, course).
what's best plan accomplish this? i guess twin event factories controlling session.replicate()
(how does work?). should i improved broach an additional mapping covering between twin domain-models messy coupling?
Comments
Post a Comment