其他分享
首页 > 其他分享> > mongoTemplate andExpression的一些使用方式

mongoTemplate andExpression的一些使用方式

作者:互联网

https://blog.csdn.net/if_you_can_please_do/article/details/80087045

https://www.jianshu.com/p/85da9c051d70

https://blog.csdn.net/hotdust/article/details/52605990

https://www.jianshu.com/p/7ab41533bc06

.andExpression("concat('123',name)").as("link");

 .and(StringOperators.Concat.stringValue(url).concatValueOf(name)).as("link");
.and(
ConditionalOperators.ifNull(Portfolio.KEY)
.thenValueOf(
StringOperators.valueOf(Portfolio.SOURCE_SYSTEM)
.concat("_")
.concatValueOf(Portfolio.VALUATION_DATE)))
.as(Portfolio.KEY);

标签:www,方式,blog,mongoTemplate,csdn,details,https,andExpression,Portfolio
来源: https://www.cnblogs.com/tonggc1668/p/11304561.html