I have a problem. I have to do a join between 2 tables on 2 different database. I can not use the dblink. The only solution is a join in Java using two different connections. My question is: In Hibernate you can do this?
In Java there are frameworks that allow me to do a join between two tables in two different databases?