public interface JPQLQueryProblem
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Modifier and Type | Method and Description |
---|---|
int |
getEndPosition()
Returns the position from where the problem ends, inclusively.
|
Expression |
getExpression()
Returns the parsed tree representing the JPQL query.
|
java.lang.String[] |
getMessageArguments()
Returns the arguments associate with the problem's message.
|
java.lang.String |
getMessageKey()
Returns the resource bundle key used to retrieve the localized message.
|
int |
getStartPosition()
Returns the position from where the problem starts.
|
int getEndPosition()
Expression getExpression()
java.lang.String[] getMessageArguments()
null
list of arguments that can be used to format the localized messagejava.lang.String getMessageKey()
int getStartPosition()