随笔分类 - JPA
摘要://排序 JPAQuery<Customer> orderBy = customer.orderBy(QCustomer.qcustomer.createTime.desc()); //分页 JPAQuery<Customer> limit = orderBy.offset(customerInpu
阅读全文
摘要:@Data public class RestPage<T> implements Serializable { /** * */ private static final long serialVersionUID = 1L; //元素内容 private List<T> content; //是
阅读全文
摘要:QCarInfo qCarInfo = QCarInfo.qCarInfo; BooleanExpression expression = qCarInfo.valid.eq(true); if(StringUtils.isNotEmpty(carListPCInputParam.getSnCode
阅读全文