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 SimpleExpression<Object[]> all
           
 
Method Summary
static NumberExpression<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 SimpleExpression<Object[]> all
Method Detail

count

public static NumberExpression<Long> count()


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