com.mysema.query.sql
Class QBeans
java.lang.Object
com.mysema.query.types.ExpressionBase<Beans>
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
QBeans
public QBeans(RelationalPath<?>... beanPaths)
accept
public <R,C> R accept(Visitor<R,C> v,
C context)
- Description copied from interface:
Expression
- Accept the visitor with the given context
- Specified by:
accept
in interface Expression<Beans>
- Returns:
getArgs
public List<Expression<?>> getArgs()
- Description copied from interface:
FactoryExpression
- Get the constructor invocation arguments
- Specified by:
getArgs
in interface FactoryExpression<Beans>
- Returns:
newInstance
public Beans newInstance(Object... args)
- Description copied from interface:
FactoryExpression
- Create a projection with the given arguments
- Specified by:
newInstance
in interface FactoryExpression<Beans>
- Returns:
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.