Just new with hibernate, is there a way to implement oracle dblink on hibernate? e.g. select * from tablename@dblink
to be used in hql?
Asked
Active
Viewed 2,427 times
6

neubert
- 15,947
- 24
- 120
- 212

user2640305
- 71
- 4
1 Answers
4
Creating a SYNONYM in Oracle for tablename@dblink and configuring your Hibernate entity to map this synonym should do the trick.

Julien
- 1,087
- 7
- 15