数据库 mysql 需要查询SQL: select*from xx where date_add(f1,interval f2 second) 请问这个怎么用JPA的CriteriaBuilder查询呀?criteriaBuilder.lessThan criteriaBuilder.function("date_add",Date.class,root....
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodIntercceptor.invoke(CrudMethodMetadataPostProcessor.java:122) at org....