| The SchemaAwareDataSourceProxy optionally injects a schema selection into an
existing database connection. It proxies a DataSource and executes an
injected sql statement on every getConnection() call.
Inspired by http://forum.springframework.org/showthread.php?t=10728, runtime
schema switching was stripped.
author: Joachim Müller version: $Id: SchemaAwareDataSourceProxy.java 601297 2007-12-05 11:20:04Z ate $ |