Uses of Class
org.seasar.doma.wrapper.BytesWrapper
Packages that use BytesWrapper
Package
Description
Provides JDBC related interfaces and classes.
Provides RDBMS dialects.
Provides wrapper classes and visitor classes for them.
-
Uses of BytesWrapper in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type BytesWrapperModifier and TypeMethodDescriptiondefault StringSqlLogFormattingVisitor.visitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, Void unused) Deprecated.default StringSqlLogFormattingVisitor.visitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction sqlLogFormattingFunction, JdbcMappingHint jdbcMappingHint) -
Uses of BytesWrapper in org.seasar.doma.jdbc.dialect
Methods in org.seasar.doma.jdbc.dialect with parameters of type BytesWrapperModifier and TypeMethodDescriptionStandardDialect.StandardJdbcMappingVisitor.visitBytesWrapper(BytesWrapper wrapper, JdbcMappingFunction p, JdbcMappingHint q) StandardDialect.StandardSqlLogFormattingVisitor.visitBytesWrapper(BytesWrapper wrapper, SqlLogFormattingFunction p, Void q) -
Uses of BytesWrapper in org.seasar.doma.wrapper
Methods in org.seasar.doma.wrapper with parameters of type BytesWrapperModifier and TypeMethodDescriptiondefault RWrapperVisitor.visitBytesWrapper(BytesWrapper wrapper, P p, Q q)