Package | Description |
---|---|
com.querydsl.core.types.dsl |
DSL expression types
|
Modifier and Type | Method and Description |
---|---|
static <T> DslPath<T> |
Expressions.dslPath(Class<? extends T> type,
Path<?> parent,
String property)
Create a new Path expression
|
static <T> DslPath<T> |
Expressions.dslPath(Class<? extends T> type,
PathMetadata metadata)
Create a new Path expression
|
static <T> DslPath<T> |
Expressions.dslPath(Class<? extends T> type,
String variable)
Create a new Path expression
|
Copyright © 2007–2016 Querydsl. All rights reserved.