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