Class DefineNamedBindingsStatementCustomizer

    • Constructor Detail

      • DefineNamedBindingsStatementCustomizer

        DefineNamedBindingsStatementCustomizer()
    • Method Detail

      • beforeTemplating

        public void beforeTemplating​(java.sql.PreparedStatement stmt,
                                     StatementContext ctx)
        Description copied from interface: StatementCustomizer
        Invoked prior to using the TemplateEngine to render sql from definitions.
        Specified by:
        beforeTemplating in interface StatementCustomizer
        Parameters:
        stmt - the statement we are about to render
        ctx - the context associated with the statement