Interface CustomizingStatementHandler.BoundCustomizer
-
- Enclosing class:
- CustomizingStatementHandler<StatementType extends SqlStatement<StatementType>>
private static interface CustomizingStatementHandler.BoundCustomizerASqlStatementCustomizerorSqlStatementParameterCustomizerthat is ready to apply.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(SqlStatement<?> stmt, java.lang.Object[] args)static CustomizingStatementHandler.BoundCustomizerof(SqlStatementCustomizer inner)voidwarm(ConfigRegistry config)
-
-
-
Method Detail
-
apply
void apply(SqlStatement<?> stmt, java.lang.Object[] args) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
warm
void warm(ConfigRegistry config)
-
of
static CustomizingStatementHandler.BoundCustomizer of(SqlStatementCustomizer inner)
-
-