Package | Description |
---|---|
com.querydsl.core.alias |
Alias functionality
|
com.querydsl.core.types.dsl |
DSL expression types
|
Modifier and Type | Method and Description |
---|---|
static <T extends Enum<T>> |
Alias.$(T arg)
Convert the given alias to an expression
|
Modifier and Type | Method and Description |
---|---|
protected <A extends Enum<A>> |
BeanPath.createEnum(String property,
Class<A> type)
Create a new Enum path
|
static <T extends Enum<T>> |
Expressions.enumPath(Class<? extends T> type,
Path<?> parent,
String property)
Create a new Path expression
|
static <T extends Enum<T>> |
Expressions.enumPath(Class<? extends T> type,
PathMetadata metadata)
Create a new Path expression
|
static <T extends Enum<T>> |
Expressions.enumPath(Class<? extends T> type,
String variable)
Create a new Path expression
|
<A extends Enum<A>> |
PathBuilder.get(EnumPath<A> path)
Create a new Enum path
|
<A extends Enum<A>> |
PathBuilder.getEnum(String property,
Class<A> type)
Create a new Enum path
|
Modifier and Type | Method and Description |
---|---|
<A extends Enum<A>> |
PathBuilder.get(EnumPath<A> path)
Create a new Enum path
|
Copyright © 2007–2016 Querydsl. All rights reserved.