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
|
java.util.List<Expression<?>> |
getArgs()
Get the invocation arguments
|
Beans |
newInstance(java.lang.Object... args)
Create a projection with the given arguments
|
getType, hashCode, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public QBeans(RelationalPath<?>... beanPaths)
public <R,C> R accept(Visitor<R,C> v, C context)
Expression
accept
in interface Expression<Beans>
R
- return typeC
- context typev
- visitorcontext
- context of visitpublic java.util.List<Expression<?>> getArgs()
FactoryExpression
getArgs
in interface FactoryExpression<Beans>
public Beans newInstance(java.lang.Object... args)
FactoryExpression
newInstance
in interface FactoryExpression<Beans>
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.