- 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.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringvisitArrayWrapper(ArrayWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitArrayWrapper(ArrayWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitBigDecimalWrapper(BigDecimalWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitBigDecimalWrapper(BigDecimalWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitBigIntegerWrapper(BigIntegerWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitBigIntegerWrapper(BigIntegerWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitBlobWrapper(BlobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitBlobWrapper(BlobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitByteWrapper(ByteWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitByteWrapper(ByteWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitClobWrapper(ClobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitClobWrapper(ClobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitDateWrapper(DateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitDateWrapper(DateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitDoubleWrapper(DoubleWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitDoubleWrapper(DoubleWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) visitEnumWrapper(EnumWrapper<E> wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.visitEnumWrapper(EnumWrapper<E> wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitFloatWrapper(FloatWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitFloatWrapper(FloatWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitIntegerWrapper(IntegerWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitIntegerWrapper(IntegerWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitLocalDateTimeWrapper(LocalDateTimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitLocalDateTimeWrapper(LocalDateTimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitLocalDateWrapper(LocalDateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitLocalDateWrapper(LocalDateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitLocalTimeWrapper(LocalTimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitLocalTimeWrapper(LocalTimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitLongWrapper(LongWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitLongWrapper(LongWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitNClobWrapper(NClobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitNClobWrapper(NClobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitObjectWrapper(ObjectWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitObjectWrapper(ObjectWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) Processes the given ObjectWrapper using the provided SqlLogFormattingFunction and evaluates an optional JdbcMappingHint for JDBC type handling.default StringvisitPrimitiveBooleanWrapper(PrimitiveBooleanWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitPrimitiveBooleanWrapper(PrimitiveBooleanWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitPrimitiveByteWrapper(PrimitiveByteWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitPrimitiveByteWrapper(PrimitiveByteWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitPrimitiveDoubleWrapper(PrimitiveDoubleWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitPrimitiveDoubleWrapper(PrimitiveDoubleWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitPrimitiveFloatWrapper(PrimitiveFloatWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitPrimitiveFloatWrapper(PrimitiveFloatWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitPrimitiveIntWrapper(PrimitiveIntWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitPrimitiveIntWrapper(PrimitiveIntWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitPrimitiveLongWrapper(PrimitiveLongWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitPrimitiveLongWrapper(PrimitiveLongWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitPrimitiveShortWrapper(PrimitiveShortWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitPrimitiveShortWrapper(PrimitiveShortWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitShortWrapper(ShortWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitShortWrapper(ShortWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitSQLXMLWrapper(SQLXMLWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitSQLXMLWrapper(SQLXMLWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitStringWrapper(StringWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitStringWrapper(StringWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitTimestampWrapper(TimestampWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitTimestampWrapper(TimestampWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitTimeWrapper(TimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitTimeWrapper(TimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) default StringvisitUtilDateWrapper(UtilDateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringvisitUtilDateWrapper(UtilDateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint)
-
Method Details
-
visitArrayWrapper
@Deprecated default String visitArrayWrapper(ArrayWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitBigDecimalWrapper
@Deprecated default String visitBigDecimalWrapper(BigDecimalWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitBigIntegerWrapper
@Deprecated default String visitBigIntegerWrapper(BigIntegerWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitBlobWrapper
@Deprecated default String visitBlobWrapper(BlobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitBooleanWrapper
@Deprecated default String visitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitBytesWrapper
@Deprecated default String visitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitByteWrapper
@Deprecated default String visitByteWrapper(ByteWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitClobWrapper
@Deprecated default String visitClobWrapper(ClobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitDateWrapper
@Deprecated default String visitDateWrapper(DateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitDoubleWrapper
@Deprecated default String visitDoubleWrapper(DoubleWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitEnumWrapper
@Deprecated default <E extends Enum<E>> String visitEnumWrapper(EnumWrapper<E> wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitFloatWrapper
@Deprecated default String visitFloatWrapper(FloatWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitIntegerWrapper
@Deprecated default String visitIntegerWrapper(IntegerWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitLocalDateWrapper
@Deprecated default String visitLocalDateWrapper(LocalDateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitLocalDateTimeWrapper
@Deprecated default String visitLocalDateTimeWrapper(LocalDateTimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitLocalTimeWrapper
@Deprecated default String visitLocalTimeWrapper(LocalTimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitLongWrapper
@Deprecated default String visitLongWrapper(LongWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitNClobWrapper
@Deprecated default String visitNClobWrapper(NClobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitObjectWrapper
@Deprecated default String visitObjectWrapper(ObjectWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitPrimitiveBooleanWrapper
@Deprecated default String visitPrimitiveBooleanWrapper(PrimitiveBooleanWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitPrimitiveByteWrapper
@Deprecated default String visitPrimitiveByteWrapper(PrimitiveByteWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitPrimitiveDoubleWrapper
@Deprecated default String visitPrimitiveDoubleWrapper(PrimitiveDoubleWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitPrimitiveFloatWrapper
@Deprecated default String visitPrimitiveFloatWrapper(PrimitiveFloatWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitPrimitiveIntWrapper
@Deprecated default String visitPrimitiveIntWrapper(PrimitiveIntWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitPrimitiveLongWrapper
@Deprecated default String visitPrimitiveLongWrapper(PrimitiveLongWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitPrimitiveShortWrapper
@Deprecated default String visitPrimitiveShortWrapper(PrimitiveShortWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitShortWrapper
@Deprecated default String visitShortWrapper(ShortWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitStringWrapper
@Deprecated default String visitStringWrapper(StringWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitSQLXMLWrapper
@Deprecated default String visitSQLXMLWrapper(SQLXMLWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitTimestampWrapper
@Deprecated default String visitTimestampWrapper(TimestampWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitTimeWrapper
@Deprecated default String visitTimeWrapper(TimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitUtilDateWrapper
@Deprecated default String visitUtilDateWrapper(UtilDateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) throws RuntimeException Deprecated.- Throws:
RuntimeException
-
visitArrayWrapper
default String visitArrayWrapper(ArrayWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitArrayWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitBigDecimalWrapper
default String visitBigDecimalWrapper(BigDecimalWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitBigDecimalWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitBigIntegerWrapper
default String visitBigIntegerWrapper(BigIntegerWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitBigIntegerWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitBlobWrapper
default String visitBlobWrapper(BlobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitBlobWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitBooleanWrapper
default String visitBooleanWrapper(BooleanWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitBooleanWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitBytesWrapper
default String visitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitBytesWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitByteWrapper
default String visitByteWrapper(ByteWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitByteWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitClobWrapper
default String visitClobWrapper(ClobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitClobWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitDateWrapper
default String visitDateWrapper(DateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitDateWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitDoubleWrapper
default String visitDoubleWrapper(DoubleWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitDoubleWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitEnumWrapper
default <E extends Enum<E>> String visitEnumWrapper(EnumWrapper<E> wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitEnumWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitFloatWrapper
default String visitFloatWrapper(FloatWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitFloatWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitIntegerWrapper
default String visitIntegerWrapper(IntegerWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitIntegerWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitLocalDateWrapper
default String visitLocalDateWrapper(LocalDateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitLocalDateWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitLocalDateTimeWrapper
default String visitLocalDateTimeWrapper(LocalDateTimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitLocalDateTimeWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitLocalTimeWrapper
default String visitLocalTimeWrapper(LocalTimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitLocalTimeWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitLongWrapper
default String visitLongWrapper(LongWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitLongWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitNClobWrapper
default String visitNClobWrapper(NClobWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitNClobWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitObjectWrapper
default String visitObjectWrapper(ObjectWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException Processes the given ObjectWrapper using the provided SqlLogFormattingFunction and evaluates an optional JdbcMappingHint for JDBC type handling.- Specified by:
visitObjectWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Parameters:
wrapper- the ObjectWrapper to be processedsqlLogFormattingFunction- the function to be applied for SQL log formattingjdbcMappingHint- an optional hint for mapping JDBC types, may be null- Returns:
- the result of applying the SqlLogFormattingFunction to the ObjectWrapper
- Throws:
RuntimeException- if an error occurs during processing
-
visitPrimitiveBooleanWrapper
default String visitPrimitiveBooleanWrapper(PrimitiveBooleanWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitPrimitiveBooleanWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitPrimitiveByteWrapper
default String visitPrimitiveByteWrapper(PrimitiveByteWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitPrimitiveByteWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitPrimitiveDoubleWrapper
default String visitPrimitiveDoubleWrapper(PrimitiveDoubleWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitPrimitiveDoubleWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitPrimitiveFloatWrapper
default String visitPrimitiveFloatWrapper(PrimitiveFloatWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitPrimitiveFloatWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitPrimitiveIntWrapper
default String visitPrimitiveIntWrapper(PrimitiveIntWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitPrimitiveIntWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitPrimitiveLongWrapper
default String visitPrimitiveLongWrapper(PrimitiveLongWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitPrimitiveLongWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitPrimitiveShortWrapper
default String visitPrimitiveShortWrapper(PrimitiveShortWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitPrimitiveShortWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitShortWrapper
default String visitShortWrapper(ShortWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitShortWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitStringWrapper
default String visitStringWrapper(StringWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitStringWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitSQLXMLWrapper
default String visitSQLXMLWrapper(SQLXMLWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitSQLXMLWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitTimestampWrapper
default String visitTimestampWrapper(TimestampWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitTimestampWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitTimeWrapper
default String visitTimeWrapper(TimeWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitTimeWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-
visitUtilDateWrapper
default String visitUtilDateWrapper(UtilDateWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) throws RuntimeException - Specified by:
visitUtilDateWrapperin interfaceWrapperVisitor<String,SqlLogFormattingFunction, JdbcMappingHint, RuntimeException> - Throws:
RuntimeException
-