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.
我的 sql 查询看起来像
select e.*, EMP.pk_e.f_Data(e.id) as DATA from employee e
类中的数据Employee是transient,如何将此查询的结果列表映射到Employee
Employee
transient