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