com.mysema.query.types
Class FactoryExpressionUtils

java.lang.Object
  extended by com.mysema.query.types.FactoryExpressionUtils

public final class FactoryExpressionUtils
extends Object

Utility class to expand FactoryExpression constructor arguments and compress FactoryExpression invocation arguments

Author:
tiwe

Nested Class Summary
static class FactoryExpressionUtils.FactoryExpressionAdapter<T>
           
 
Method Summary
static
<T> FactoryExpression<T>
wrap(FactoryExpression<T> expr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrap

public static <T> FactoryExpression<T> wrap(FactoryExpression<T> expr)


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