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