public static class TransactionIsolation.MyCustomizer extends Object implements SqlStatementCustomizer
| Modifier and Type | Method and Description |
|---|---|
void |
apply(SqlStatement<?> q)
Invoked to customize the sql statement
|
public void apply(SqlStatement<?> q) throws SQLException
SqlStatementCustomizerapply in interface SqlStatementCustomizerq - the statement being customizedSQLException - will abort statement creationCopyright © 2016. All rights reserved.