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.
我想将所有 jpa 生成的 jdbc 请求路由到实际执行选择/插入/更新/删除查询的 Oracle 包。有没有办法做到这一点?
更新:为这种用法生成Oracle包没有问题,问题在于自定义生成的JDBC请求。