在查询camle jpa组件时
<from uri="jpa:jpa.camel?consumer.query=select x from jpa.camel x"/>
<to uri="bean:SomeBean?method=query" />
您如何从 bean 中的骆驼交换中获取记录列表?我曾尝试转换为 List ,Resultset 对象。但我得到了 ClassCastException 。
在查询camle jpa组件时
<from uri="jpa:jpa.camel?consumer.query=select x from jpa.camel x"/>
<to uri="bean:SomeBean?method=query" />
您如何从 bean 中的骆驼交换中获取记录列表?我曾尝试转换为 List ,Resultset 对象。但我得到了 ClassCastException 。