Uses of Class
com.mysema.query.types.path.NumberPath

Packages that use NumberPath
com.mysema.query.alias Alias functionality 
com.mysema.query.sql.mssql SQL Server support 
com.mysema.query.support Various support classes 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of NumberPath in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return NumberPath
static NumberPath<BigDecimal> Alias.$(BigDecimal arg)
           
static NumberPath<BigInteger> Alias.$(BigInteger arg)
           
static NumberPath<Byte> Alias.$(Byte arg)
           
static NumberPath<Double> Alias.$(Double arg)
           
static NumberPath<Float> Alias.$(Float arg)
           
static NumberPath<Integer> Alias.$(Integer arg)
           
static NumberPath<Long> Alias.$(Long arg)
           
static NumberPath<Short> Alias.$(Short arg)
           
static
<D extends Number & Comparable<D>>
NumberPath<D>
Alias.var(D arg)
           
 

Uses of NumberPath in com.mysema.query.sql.mssql
 

Fields in com.mysema.query.sql.mssql declared as NumberPath
static NumberPath<Long> SQLServerGrammar.rn
           
 

Uses of NumberPath in com.mysema.query.support
 

Methods in com.mysema.query.support that return NumberPath
static
<T extends Number & Comparable<?>>
NumberPath<T>
Expressions.numberPath(Class<T> type, Path<?> parent, String property)
           
static
<T extends Number & Comparable<?>>
NumberPath<T>
Expressions.numberPath(Class<T> type, String variable)
           
 

Uses of NumberPath in com.mysema.query.types.path
 

Methods in com.mysema.query.types.path that return NumberPath
protected
<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)
           
<A extends Number & Comparable<?>>
NumberPath<A>
PathBuilder.getNumber(String property, Class<A> type)
          Get a new Number typed path
 

Methods in com.mysema.query.types.path with parameters of type NumberPath
<A extends Number & Comparable<?>>
NumberPath<A>
PathBuilder.get(NumberPath<A> path)
           
 



Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.