Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
Packages that use AbstractLiteralExpressionFactory Package Description org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of AbstractLiteralExpressionFactory in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractLiteralExpressionFactory in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classCollectionValuedPathExpressionFactoryclassEntityTypeLiteralFactoryThis factory creates anEntityTypeLiteral, which wraps an entity name.classJoinCollectionValuedPathExpressionFactoryclassLiteralExpressionFactoryThisLiteralExpressionFactoryis responsible to return the right literal expression.classStateFieldPathExpressionFactoryThisStateFieldPathExpressionFactoryis meant to handle the parsing of a portion of the query when it's expected to be a state field path.
-