|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| 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.
AbstractJPQLQueryHelper#validate()| 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. |
IQuery |
getQuery()Returns the named query for which this problem was created. |
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()
IQuery getQuery()
int getStartPosition()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||