Interface CustomizingStatementHandler.BoundCustomizer
- Enclosing class:
- CustomizingStatementHandler<StatementType extends SqlStatement<StatementType>>
private static interface CustomizingStatementHandler.BoundCustomizer
A
SqlStatementCustomizer or SqlStatementParameterCustomizer that
is ready to apply.-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(SqlStatement<?> stmt, Object[] args) of(SqlStatementCustomizer inner) voidwarm(ConfigRegistry config)
-
Method Details
-
apply
- Throws:
SQLException
-
warm
-
of
-