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