Uses of Class
com.querydsl.core.types.dsl.NumberPath
Packages that use NumberPath
Package
Description
Alias functionality
DSL expression types
-
Uses of NumberPath in com.querydsl.core.alias
Methods in com.querydsl.core.alias that return NumberPathModifier and TypeMethodDescriptionstatic NumberPath<Byte>Convert the given alias to an expressionstatic NumberPath<Double>Convert the given alias to an expressionstatic NumberPath<Float>Convert the given alias to an expressionstatic NumberPath<Integer>Convert the given alias to an expressionstatic NumberPath<Long>Convert the given alias to an expressionstatic NumberPath<Short>Convert the given alias to an expressionstatic NumberPath<BigDecimal>Alias.$(BigDecimal arg) Convert the given alias to an expressionstatic NumberPath<BigInteger>Alias.$(BigInteger arg) Convert the given alias to an expressionstatic <D extends Number & Comparable<D>>
NumberPath<D>Alias.var(D arg) Create a new variable path -
Uses of NumberPath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return NumberPathModifier and TypeMethodDescriptionprotected <A extends Number & Comparable<?>>
NumberPath<A>BeanPath.createNumber(String property, Class<? super A> type) Create a new Number path<A extends Number & Comparable<?>>
NumberPath<A>PathBuilder.get(NumberPath<A> path) Create a new Number typed path<A extends Number & Comparable<?>>
NumberPath<A>Create a new Number typed pathstatic <T extends Number & Comparable<?>>
NumberPath<T>Expressions.numberPath(Class<? extends T> type, Path<?> parent, String property) Create a new Path expressionstatic <T extends Number & Comparable<?>>
NumberPath<T>Expressions.numberPath(Class<? extends T> type, PathMetadata metadata) Create new Path expressionstatic <T extends Number & Comparable<?>>
NumberPath<T>Expressions.numberPath(Class<? extends T> type, String variable) Create a new Path expressionMethods in com.querydsl.core.types.dsl with parameters of type NumberPathModifier and TypeMethodDescription<A extends Number & Comparable<?>>
NumberPath<A>PathBuilder.get(NumberPath<A> path) Create a new Number typed path