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