Interface SqlLogFormattingVisitor

All Superinterfaces:
WrapperVisitor<String,SqlLogFormattingFunction,JdbcMappingHint,RuntimeException>
All Known Implementing Classes:
Db2Dialect.Db2SqlLogFormattingVisitor, H212126Dialect.H212126SqlLogFormattingVisitor, H214199Dialect.H214199SqlLogFormattingVisitor, H2Dialect.H2SqlLogFormattingVisitor, HsqldbDialect.HsqldbSqlLogFormattingVisitor, Mssql2008Dialect.Mssql2008SqlLogFormattingVisitor, MssqlDialect.MssqlSqlLogFormattingVisitor, MysqlDialect.MysqlSqlLogFormattingVisitor, Oracle11Dialect.Oracle11SqlLogFormattingVisitor, OracleDialect.OracleSqlLogFormattingVisitor, PostgresDialect.PostgresSqlLogFormattingVisitor, SqliteDialect.SqliteSqlLogFormattingVisitor, StandardDialect.StandardSqlLogFormattingVisitor

public interface SqlLogFormattingVisitor extends WrapperVisitor<String,SqlLogFormattingFunction,JdbcMappingHint,RuntimeException>
A visitor that converts the Wrapper values to the SQL log formats.

The implementation class must be thread safe.