com.mysema.query.sql
Class QBeans

java.lang.Object
  extended by com.mysema.query.types.ExpressionBase<Beans>
      extended by com.mysema.query.sql.QBeans
All Implemented Interfaces:
com.mysema.query.types.Expression<Beans>, com.mysema.query.types.FactoryExpression<Beans>, Serializable

public class QBeans
extends com.mysema.query.types.ExpressionBase<Beans>
implements com.mysema.query.types.FactoryExpression<Beans>

Expression used to project a list of beans

Author:
luis
See Also:
Serialized Form

Constructor Summary
QBeans(RelationalPath<?>... beanPaths)
           
 
Method Summary
<R,C> R
accept(com.mysema.query.types.Visitor<R,C> v, C context)
           
 List<com.mysema.query.types.Expression<?>> getArgs()
           
 Beans newInstance(Object... args)
           
 
Methods inherited from class com.mysema.query.types.ExpressionBase
getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.types.Expression
getType
 

Constructor Detail

QBeans

public QBeans(RelationalPath<?>... beanPaths)
Method Detail

accept

public <R,C> R accept(com.mysema.query.types.Visitor<R,C> v,
                      C context)
Specified by:
accept in interface com.mysema.query.types.Expression<Beans>

getArgs

public List<com.mysema.query.types.Expression<?>> getArgs()
Specified by:
getArgs in interface com.mysema.query.types.FactoryExpression<Beans>

newInstance

public Beans newInstance(Object... args)
Specified by:
newInstance in interface com.mysema.query.types.FactoryExpression<Beans>


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