java - Hibernate with HSQLDB and Oracle -


i have moved group of tables hsqldb faster performance, there few residual many 1 associations between hsqldb tables , oracle tables. possible configure hibernate manage type of association? i'm using 2 persistence units, 1 oracle , other hsqldb.

hibernate not support relationships between different databases , not databases of different types.

you have manage "fetch" of related entities hand, perhaps converting many-to-one raw foreign key values , doing fetch oracle db (using different sessionfactory if using hibernate both).


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -