@FunctionalInterface public interface SqlStatementCustomizer
SqlStatementCustomizerFactory to
customize sql statements via annotations.| Modifier and Type | Method and Description |
|---|---|
void |
apply(SqlStatement<?> q)
Invoked to customize the sql statement
|
void apply(SqlStatement<?> q) throws SQLException
q - the statement being customizedSQLException - will abort statement creationCopyright © 2019. All rights reserved.