public class QWhereFieldTransformer extends WhereFieldTransformer<com.querydsl.core.types.Path<?>,com.querydsl.core.types.Path<?>>
| Constructor and Description |
|---|
QWhereFieldTransformer(BiFunction<String,String,com.querydsl.core.types.Path<?>> pathFunction) |
QWhereFieldTransformer(BiFunction<String,String,com.querydsl.core.types.Path<? extends Durable<?>>> pathFunction,
BiFunction<String,String,String> nameFunction) |
QWhereFieldTransformer(com.querydsl.core.types.Path<? extends Durable<?>> path) |
QWhereFieldTransformer(com.querydsl.core.types.Path<? extends Durable<?>> path,
UnaryOperator<String> nameOperator) |
public QWhereFieldTransformer(com.querydsl.core.types.Path<? extends Durable<?>> path)
public QWhereFieldTransformer(com.querydsl.core.types.Path<? extends Durable<?>> path, UnaryOperator<String> nameOperator)
public QWhereFieldTransformer(BiFunction<String,String,com.querydsl.core.types.Path<? extends Durable<?>>> pathFunction, BiFunction<String,String,String> nameFunction)
public QWhereFieldTransformer(BiFunction<String,String,com.querydsl.core.types.Path<?>> pathFunction)
Copyright © 2019. All rights reserved.