| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.alias.Alias
public final class Alias
Alias provides alias factory methods
| Method Summary | ||
|---|---|---|
static
 | 
$()
Convert the given alias to an expression  | 
|
static NumberPath<BigDecimal> | 
$(BigDecimal arg)
 | 
|
static NumberPath<BigInteger> | 
$(BigInteger arg)
 | 
|
static BooleanPath | 
$(Boolean arg)
 | 
|
static NumberPath<Byte> | 
$(Byte arg)
 | 
|
static
 | 
$(Collection<D> args)
 | 
|
static
 | 
$(D arg)
 | 
|
static
 | 
$(D arg)
 | 
|
static
 | 
$(D[] arg)
 | 
|
static DatePath<Date> | 
$(Date arg)
 | 
|
static DateTimePath<Date> | 
$(Date arg)
 | 
|
static NumberPath<Double> | 
$(Double arg)
 | 
|
static NumberPath<Float> | 
$(Float arg)
 | 
|
static NumberPath<Integer> | 
$(Integer arg)
 | 
|
static
 | 
$(List<D> args)
 | 
|
static NumberPath<Long> | 
$(Long arg)
 | 
|
static
 | 
$(Map<K,V> args)
 | 
|
static
 | 
$(Set<D> args)
 | 
|
static NumberPath<Short> | 
$(Short arg)
 | 
|
static StringPath | 
$(String arg)
 | 
|
static
 | 
$(T arg)
 | 
|
static TimePath<Time> | 
$(Time arg)
 | 
|
static DateTimePath<Timestamp> | 
$(Timestamp arg)
 | 
|
static
 | 
alias(Class<A> cl)
 | 
|
static
 | 
alias(Class<A> cl,
      Expression<? extends A> expr)
 | 
|
static
 | 
alias(Class<A> cl,
      String var)
 | 
|
static
 | 
getAny(D arg)
Convert the given alias to an expression  | 
|
static void | 
resetAlias()
 | 
|
static
 | 
var()
 | 
|
static
 | 
var(D arg)
 | 
|
static
 | 
var(D arg)
 | 
|
static
 | 
var(D arg)
 | 
|
static StringPath | 
var(String arg)
 | 
|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static <D extends Expression<?>> D $()
D - 
public static <D> ArrayPath<D> $(D[] arg)
public static NumberPath<BigDecimal> $(BigDecimal arg)
public static NumberPath<BigInteger> $(BigInteger arg)
public static BooleanPath $(Boolean arg)
public static NumberPath<Byte> $(Byte arg)
public static <T extends Enum<T>> EnumPath<T> $(T arg)
public static <D,Q extends SimpleExpression<D>> CollectionPath<D,Q> $(Collection<D> args)
public static <D extends Comparable<?>> ComparablePath<D> $(D arg)
@Nullable public static <D> EntityPathBase<D> $(D arg)
public static NumberPath<Double> $(Double arg)
public static NumberPath<Float> $(Float arg)
public static NumberPath<Integer> $(Integer arg)
public static DatePath<Date> $(Date arg)
public static DateTimePath<Date> $(Date arg)
public static <D,Q extends SimpleExpression<D>> ListPath<D,Q> $(List<D> args)
public static NumberPath<Long> $(Long arg)
public static <K,V,Q extends SimpleExpression<V>> MapPath<K,V,Q> $(Map<K,V> args)
public static <D,Q extends SimpleExpression<D>> SetPath<D,Q> $(Set<D> args)
public static NumberPath<Short> $(Short arg)
public static StringPath $(String arg)
public static TimePath<Time> $(Time arg)
public static DateTimePath<Timestamp> $(Timestamp arg)
public static <A> A alias(Class<A> cl)
public static <A> A alias(Class<A> cl,
                          Expression<? extends A> expr)
public static <A> A alias(Class<A> cl,
                          String var)
public static <D> Expression<D> getAny(D arg)
D - arg - 
public static void resetAlias()
public static <D> SimplePath<D> var()
public static <D extends Comparable<?>> ComparablePath<D> var(D arg)
public static <D extends Number & Comparable<D>> NumberPath<D> var(D arg)
public static <D> EntityPathBase<D> var(D arg)
public static StringPath var(String arg)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||