Package | Description |
---|---|
com.querydsl.core.alias |
Alias functionality
|
com.querydsl.core.types.dsl |
DSL expression types
|
com.querydsl.sql.spatial |
Spatial support
|
Modifier and Type | Method and Description |
---|---|
static NumberPath<BigDecimal> |
Alias.$(BigDecimal arg)
Convert the given alias to an expression
|
static NumberPath<BigInteger> |
Alias.$(BigInteger arg)
Convert the given alias to an expression
|
static NumberPath<Byte> |
Alias.$(Byte arg)
Convert the given alias to an expression
|
static NumberPath<Double> |
Alias.$(Double arg)
Convert the given alias to an expression
|
static NumberPath<Float> |
Alias.$(Float arg)
Convert the given alias to an expression
|
static NumberPath<Integer> |
Alias.$(Integer arg)
Convert the given alias to an expression
|
static NumberPath<Long> |
Alias.$(Long arg)
Convert the given alias to an expression
|
static NumberPath<Short> |
Alias.$(Short arg)
Convert the given alias to an expression
|
static <D extends Number & Comparable<D>> |
Alias.var(D arg)
Create a new variable path
|
Modifier and Type | Method and Description |
---|---|
protected <A extends Number & Comparable<?>> |
BeanPath.createNumber(String property,
Class<? super A> type)
Create a new Number path
|
<A extends Number & Comparable<?>> |
PathBuilder.get(NumberPath<A> path)
Create a new Number typed path
|
<A extends Number & Comparable<?>> |
PathBuilder.getNumber(String property,
Class<A> type)
Create a new Number typed path
|
static <T extends Number & Comparable<?>> |
Expressions.numberPath(Class<? extends T> type,
Path<?> parent,
String property)
Create a new Path expression
|
static <T extends Number & Comparable<?>> |
Expressions.numberPath(Class<? extends T> type,
PathMetadata metadata)
Create new Path expression
|
static <T extends Number & Comparable<?>> |
Expressions.numberPath(Class<? extends T> type,
String variable)
Create a new Path expression
|
Modifier and Type | Method and Description |
---|---|
<A extends Number & Comparable<?>> |
PathBuilder.get(NumberPath<A> path)
Create a new Number typed path
|
Modifier and Type | Field and Description |
---|---|
NumberPath<Integer> |
QSpatialRefSys.authSrid |
NumberPath<Integer> |
QSpatialRefSys.srid |
Copyright © 2007–2016 Querydsl. All rights reserved.