public interface JPQLQueryProblem
AbstractJPQLQueryHelper#validate()
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.
|
IQuery |
getQuery()
Returns the named query for which this problem was created.
|
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()
IQuery getQuery()
int getStartPosition()
EclipseLink 2.3.2, "build v20111125-r10461" API Reference