com.mysema.query.sql
Class Wildcard

java.lang.Object
  extended by com.mysema.query.sql.Wildcard

public final class Wildcard
extends Object

Wildcard provides shortcuts for the wildcard (*) and wildcard count (count(*)) expressions

Author:
sasa

Field Summary
static Expr<Object[]> all
           
 
Method Summary
static ENumber<Long> count()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

all

public static final Expr<Object[]> all
Method Detail

count

public static ENumber<Long> count()


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