JDOQLElements |
EJBQLC.compile(String ejbqlQuery,
Method method,
int resultTypeMapping,
boolean finderNotSelector,
String ejbName) |
Compiles the specified query string for the specified
finder/selector method.
|
static void |
ErrorMsg.error(int line,
int col,
String text) |
This method throws an EJBQLException indicating an user error.
|
static void |
ErrorMsg.error(String text) |
This method throws an EJBQLException indicating an user error.
|
static void |
ErrorMsg.error(String text,
Throwable cause) |
This method throws an EJBQLException indicating an user error.
|
static void |
ErrorMsg.fatal(String text) |
This method is called in the case of an fatal internal error.
|
static void |
ErrorMsg.fatal(String text,
Throwable nested) |
This method is called in the case of an fatal internal error.
|
static void |
ErrorMsg.log(int level,
String text,
Throwable nested) |
This method is called when we want to log an exception in a given level.
|