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