| java.lang.Object org.apache.beehive.controls.system.jdbc.parser.ParameterChecker
ParameterChecker | public class ParameterChecker (Code) | | Does compile-time checking of reflection parameteres in the SQL annotations's statement
element vs. method parameters. Invoked by the JdbcControlChecker.
|
checkReflectionParameters | public static void checkReflectionParameters(SqlFragmentContainer statement, MethodDeclaration methodDecl)(Code) | | Verify that all reflection parameters in the statement element can be mapped to method parameters.
Parameters: statement - The parsed statement element. Parameters: methodDecl - The method declaration which was annotated. |
|
|