Interface JdbcValueBindings

    • Method Detail

      • getBindingGroup

        BindingGroup getBindingGroup​(String tableName)
        Get the bindings for the specific table, or null
      • beforeStatement

        void beforeStatement​(PreparedStatementDetails statementDetails)
        Called before the execution of the operation for the specified table
      • afterStatement

        void afterStatement​(TableMapping mutatingTable)
        Called after the execution of the operation for the specified table