Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以在同一个 JNDI 中的不同模式之间动态切换?比如schema1、schema2是同一个数据库中的两个schema(这个数据库配置了JNDI),那么我们如何在schema1和schema2之间切换呢?
我知道如何使用 AbstractRoutingDataSource。但我不想在我的应用程序中使用 JDBC 连接参数。Instaed,我想配置单个 JNDI(不指定属性'currentSchema')并能够在该 JNDI 中的不同模式之间动态切换。
这可以做到吗?