Refine StoredProcedure#declareParameter Javadoc

See gh-1000
This commit is contained in:
awgtek 2016-03-11 10:35:31 -06:00 committed by Stephane Nicoll
parent 8e8c88ea5c
commit ca4f338d75
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ public abstract class StoredProcedure extends SqlCall {
* they appear in the database's stored procedure parameter list.</b>
* <p>Names are purely used to help mapping.
* @param param the parameter object
* @throws InvalidDataAccessApiUsageException if the parameter has no name; or if the operation is
* already compiled, and hence cannot be configured further
*/
@Override
public void declareParameter(SqlParameter param) throws InvalidDataAccessApiUsageException {