public abstract class AbstractEncapsulatedExpressionStateObject extends AbstractStateObject
expression ::= <identifier>(expression)AbstractEncapsulatedExpression| Modifier and Type | Method and Description |
|---|---|
AbstractEncapsulatedExpression |
getExpression()
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query. |
abstract java.lang.String |
getIdentifier()
Returns the JPQL identifier of the expression represented by this
AbstractSingleEncapsulatedExpressionStateObject. |
addPropertyChangeListener, children, decorate, equals, findIdentificationVariable, getDeclaration, getDecorator, getGrammar, getManagedTypeProvider, getParent, getQueryBuilder, getRoot, getType, getType, getTypeHelper, getTypeRepository, hashCode, isDecorated, isEquivalent, removePropertyChangeListener, setExpression, setParent, toString, toString, toTextacceptpublic AbstractEncapsulatedExpression getExpression()
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.getExpression in interface StateObjectgetExpression in class AbstractStateObjectStateObject
or null when the JPQL query is manually created (i.e. not from a string)public abstract java.lang.String getIdentifier()
AbstractSingleEncapsulatedExpressionStateObject.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference