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