Joined: Tue Oct 05, 2004 4:56 am Posts: 7
|
Hibernate version: 2.1.6
Name and version of the database you are using: Oracle 9.2.0.5
In my Interceptor implementation i'd need the database connection of the Session to get the current time from the db. The only solution i found until now is to pass the Connection in the constructor of my class which is not possible if running withing an J2EE app server (i don't even know the db conn, i just get my SessionFactory with a context lookup).
Any ideas or hints?
thx
Roman
|
|