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:
Expression<Beans>, FactoryExpression<Beans>, Serializable

public class QBeans
extends ExpressionBase<Beans>
implements 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(Visitor<R,C> v, C context)
           
 List<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(Visitor<R,C> v,
                      C context)
Specified by:
accept in interface Expression<Beans>

getArgs

public List<Expression<?>> getArgs()
Specified by:
getArgs in interface FactoryExpression<Beans>

newInstance

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


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