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.
是否可以从 Exposed 调用存储过程并将结果映射到对象?我正在使用带有 MS SQL 的 Spring Boot。
当然。您可以使用事务并在其中运行自己的 sql 语句(调用过程)并为该对象创建一个映射函数,将结果集的字段映射到对象的字段。
e:你可以看看这里,如何调用简单的sql语句并映射结果集
有没有办法用 Kotlin 的 Exposed 库运行原始 sql