| | |
| | | import com.querydsl.core.types.dsl.Expressions; |
| | | |
| | | /** |
| | | * jpa查询 参数为空包装builder |
| | | * jpa查询 参数为空包装builder |
| | | * @author zhiyong |
| | | * |
| | | */ |
| | |
| | | } |
| | | |
| | | /** |
| | | * 不为空 and 对象 |
| | | * 不为空 and 对象 |
| | | * @param expressionFunction |
| | | * @param value |
| | | * @return |
| | |
| | | } |
| | | |
| | | /** |
| | | * 不为空 and String类型 |
| | | * 不为空 and String类型 |
| | | * @param expressionFunction |
| | | * @param value |
| | | * @return |
| | |
| | | } |
| | | |
| | | /** |
| | | * 不为空 and 集合类型 |
| | | * 不为空 and 集合类型 |
| | | * @param expressionFunction |
| | | * @param collection |
| | | * @return |
| | |
| | | } |
| | | |
| | | /** |
| | | * 不为空 or 所有对象 |
| | | * 不为空 or 所有对象 |
| | | * @param expressionFunction |
| | | * @param value |
| | | * @return |
| | |
| | | } |
| | | |
| | | /** |
| | | * 不为空 or String类型 |
| | | * 不为空 or String类型 |
| | | * @param expressionFunction |
| | | * @param value |
| | | * @return |
| | |
| | | } |
| | | |
| | | /** |
| | | * 不为空 or 集合类型 |
| | | * 不为空 or 集合类型 |
| | | * @param expressionFunction |
| | | * @param collection |
| | | * @return |