com.mysema.query.sql
Class Wildcard
java.lang.Object
com.mysema.query.sql.Wildcard
public final class Wildcard
- extends Object
Wildcard provides shortcuts for the wildcard (*) and wildcard count (count(*)) expressions
- Author:
- sasa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
all
public static final SimpleExpression<Object[]> all
count
public static NumberExpression<Long> count()
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.