com.mysema.query.sql
Class Wildcard

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

Deprecated. use com.mysema.query.types.expr.Wildcard instead

@Deprecated
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
          Deprecated.  
 
Method Summary
static NumberExpression<Long> count()
          Deprecated.  
 
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
Deprecated. 
Method Detail

count

public static NumberExpression<Long> count()
Deprecated. 


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