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