Package | Description |
---|---|
com.querydsl.core.alias |
Alias functionality
|
com.querydsl.core.types.dsl |
DSL expression types
|
Modifier and Type | Method and Description |
---|---|
static <D extends Comparable<?>> |
Alias.$(D arg)
Convert the given alias to an expression
|
static <D extends Comparable<?>> |
Alias.var(D arg)
Create a new variable path
|
Modifier and Type | Class and Description |
---|---|
class |
ComparableEntityPath<T extends Comparable>
ComparableEntityPath extends the ComparablePath class to implement the EntityPath interface |
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<?>> |
Expressions.comparablePath(Class<? extends T> type,
Path<?> parent,
String property)
Create a new Path expression
|
static <T extends Comparable<?>> |
Expressions.comparablePath(Class<? extends T> type,
PathMetadata metadata)
Create a new Path expression
|
static <T extends Comparable<?>> |
Expressions.comparablePath(Class<? extends T> type,
String variable)
Create a new Path expression
|
protected <A extends Comparable> |
BeanPath.createComparable(String property,
Class<? super A> type)
Create a new Comparable typed path
|
<A extends Comparable<?>> |
PathBuilder.get(ComparablePath<A> path)
Create a new Comparable typed path
|
<A extends Comparable<?>> |
PathBuilder.getComparable(String property,
Class<A> type)
Create a new Comparable typed path
|
Modifier and Type | Method and Description |
---|---|
<A extends Comparable<?>> |
PathBuilder.get(ComparablePath<A> path)
Create a new Comparable typed path
|
Copyright © 2007–2016 Querydsl. All rights reserved.