|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPQLQueryProblem
A problem describes an issue found in a JPQL query because it is either grammatically or semantically incorrect.
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |