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