|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectParameterChecker
public class ParameterChecker
Does compile-time checking of reflection parameteres in the SQL annotations's statement element vs. method parameters. Invoked by the JdbcControlChecker.
Constructor Summary | |
---|---|
ParameterChecker()
|
Method Summary | |
---|---|
static void |
checkReflectionParameters(SqlFragmentContainer statement,
MethodDeclaration methodDecl)
Verify that all reflection parameters in the statement element can be mapped to method parameters. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterChecker()
Method Detail |
---|
public static void checkReflectionParameters(SqlFragmentContainer statement, MethodDeclaration methodDecl)
statement
- The parsed statement element.methodDecl
- The method declaration which was annotated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |