public interface SqlStatementParameterCustomizer
SqlStatement according to the value of an annotated parameter.| Modifier and Type | Method and Description |
|---|---|
void |
apply(SqlStatement<?> stmt,
Object arg)
Applies the customization to the SQL statement using the argument passed to the method.
|
void apply(SqlStatement<?> stmt, Object arg) throws SQLException
stmt - the statement being customizedarg - the argument passed to the methodSQLException - will abort statement creationCopyright © 2019. All rights reserved.