public class QBeans extends ExpressionBase<Beans> implements FactoryExpression<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
|
getType, hashCode, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic QBeans(RelationalPath<?>... beanPaths)
public <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<Beans>R - return typeC - context typev - visitorcontext - context of visitpublic List<Expression<?>> getArgs()
FactoryExpressiongetArgs in interface FactoryExpression<Beans>public Beans newInstance(Object... args)
FactoryExpressionnewInstance in interface FactoryExpression<Beans>Copyright © 2007–2014 Mysema Ltd. All rights reserved.