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