public class QBeans extends FactoryExpressionBase<Beans>
| Constructor and Description | 
|---|
| QBeans(RelationalPath<?>... beanPaths) | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,C> R | accept(Visitor<R,C> v,
      C context)Accept the visitor with the given context | 
| List<Expression<?>> | getArgs()Get the invocation arguments | 
| Beans | newInstance(Object... args)Create a projection with the given arguments | 
equals, skipNullsgetType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic QBeans(RelationalPath<?>... beanPaths)
public <R,C> R accept(Visitor<R,C> v, C context)
ExpressionR - return typeC - context typev - visitorcontext - context of visitpublic List<Expression<?>> getArgs()
FactoryExpressionpublic Beans newInstance(Object... args)
FactoryExpressionCopyright © 2007–2015 Querydsl. All rights reserved.