PDA

View Full Version : org.springframework.jdbc.datasource.UserCredential sDataSourceAdapter equivalent?



si_lance
05-07-2007, 11:55 PM
I'm new to Spring.NET (but have obvioulsy used the Java version), and think that I've looked pretty exhaustively on this forum for an answer, but I can't seem to find it.

Is there an equivalent class that I can wrap around the DbProvider so that later I can use AOP and set the credentials for the current thread trying to access a DAO? We use virtual private database (row-level) security, and I need to be able to change the actual database user that is attempting access.

Thanks in advance. :cool: