Class JoinCollectionValuedPathExpressionFactory
- java.lang.Object
- 
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
- 
- org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
- 
- org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Comparable<ExpressionFactory>
 
 public final class JoinCollectionValuedPathExpressionFactory extends AbstractLiteralExpressionFactory - Version:
- 2.5
- Author:
- Pascal Filion
- Since:
- 2.5
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringIDThe unique identifier of this BNF rule.
 - 
Constructor SummaryConstructors Constructor Description JoinCollectionValuedPathExpressionFactory()Creates a newJoinCollectionValuedPathExpressionFactory.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractExpressionbuildExpression(AbstractExpression parent, WordParser wordParser, java.lang.String word, AbstractExpression expression, boolean tolerant)Creates the actualAbstractExpressionthis factory manages.protected booleanisCollection()Determines- 
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactorybuildExpression
 - 
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactorycompareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final java.lang.String ID The unique identifier of this BNF rule.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
buildExpressionprotected AbstractExpression buildExpression(AbstractExpression parent, WordParser wordParser, java.lang.String word, AbstractExpression expression, boolean tolerant) Creates the actualAbstractExpressionthis factory manages.- Specified by:
- buildExpressionin class- AbstractLiteralExpressionFactory
- Parameters:
- parent- The parent- AbstractExpression
- wordParser- The text to parse based on the current position of the cursor
- word- The current word being parsed
- expression- During the parsing, it is possible the first part of an expression was parsed which needs to be used as a sub-expression of the newly created expression
- Returns:
- A new AbstractExpressionrepresenting the portion or the totality of the text held byWordParserstarting at the cursor position
 
 - 
isCollectionprotected boolean isCollection() Determines- Overrides:
- isCollectionin class- AbstractLiteralExpressionFactory
- Returns:
 
 
- 
 
-