Annotation Type ParameterName
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface ParameterName
Defines the name of an in parameter. Only used if the parameter registration is eitherProcedureCallerFactory.ParameterRegistration.NAME_ONLY
orProcedureCallerFactory.ParameterRegistration.NAME_AND_TYPE
.- See Also:
- Binding Parameters
-
-
Element Detail
-
value
String value
Defines the name of the in parameter.- Returns:
- the name of the in parameter
-
-