Hibernate version: 3.05
Name and version of the database you are using: Oracle 10g Release 1
We have an existing MVC applicaiton which is using Hibernate as a database persistence mechanism, the application currently is working well, but our client now wishes to do something on database level, which is dependent on username in Oracle.
Oracle JDBC has a facility which they call "Middle-Tier Authentication Through Proxy Connections" (covered in chapter 25 Oracle® Database JDBC Developer's Guide and Reference).
Is there an extension point which I could use to make sure I can use this sort of extension with Hibernate.
Please note: We currently look up the datasource using JNDI, we would like to keep this as well.
|