public class QWherePath extends WherePath<com.querydsl.core.types.Path<?>,com.querydsl.core.types.Path<?>>
| Constructor and Description |
|---|
QWherePath(com.querydsl.core.types.Path<?> path) |
QWherePath(com.querydsl.core.types.Path<?> root,
com.querydsl.core.types.Path<?> path,
String field) |
QWherePath(com.querydsl.core.types.Path<? extends Durable<?>> path,
String field) |
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
com.querydsl.core.types.Path<?> |
getPath() |
com.querydsl.core.types.Path<?> |
getRoot() |
public QWherePath(com.querydsl.core.types.Path<?> path)
public QWherePath(com.querydsl.core.types.Path<?> root,
com.querydsl.core.types.Path<?> path,
String field)
Copyright © 2019. All rights reserved.