【发布时间】:2019-02-20 14:47:09
【问题描述】:
我在互联网上搜索了很多,但无法找到以下句柄:
使用JpaUpdatingOutboundEndpointSpec 插入一行的具体示例。
@Bean
public JpaUpdatingOutboundEndpointSpec insertToTable() {
return Jpa.updatingGateway(entityManger)
.entityClass(EntitySample.class);
}
以上就够了吗?
请帮助我。
【问题讨论】:
标签: spring-integration spring-integration-dsl