public static interface ParameterParser.Recognizer
Modifier and Type | Method and Description |
---|---|
void |
jpaPositionalParameter(String name,
int position) |
void |
namedParameter(String name,
int position) |
void |
ordinalParameter(int position) |
void |
other(char character) |
void |
outParameter(int position) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved