Hibernate Team |
|
Joined: Tue Aug 26, 2003 6:10 am Posts: 8615 Location: Neuchatel, Switzerland (Danish)
|
No I don't think so (not easily at least) - SQLJ is a technology that normally *hard* couples (even though it promises otherwise) your code to the underlying database, mainly because it is a very intrusive tech.
Anyway, if you "just" want Hibernate to execute queries through you a sql context and that sql context can provide a connection then write a ConnectionProvider that returns that to it.
_________________ Max
Don't forget to rate
|
|