org.seasar.doma.wrapper
インタフェース WrapperVisitor<R,P,TH extends Throwable>

型パラメータ:
R - 戻り値の型
P - パラメータの型
TH - 例外の型
既知のサブインタフェースの一覧:
ArrayWrapperVisitor<R,P,TH>, BigDecimalWrapperVisitor<R,P,TH>, BigIntegerWrapperVisitor<R,P,TH>, BlobWrapperVisitor<R,P,TH>, BooleanWrapperVisitor<R,P,TH>, BytesWrapperVisitor<R,P,TH>, ByteWrapperVisitor<R,P,TH>, ClobWrapperVisitor<R,P,TH>, DateWrapperVisitor<R,P,TH>, DoubleWrapperVisitor<R,P,TH>, EnumWrapperVisitor<R,P,TH>, FloatWrapperVisitor<R,P,TH>, IntegerWrapperVisitor<R,P,TH>, JdbcMappingVisitor, LongWrapperVisitor<R,P,TH>, NClobWrapperVisitor<R,P,TH>, ObjectWrapperVisitor<R,P,TH>, PersistentWrapperVisitor<R,P,TH>, ShortWrapperVisitor<R,P,TH>, SqlLogFormattingVisitor, StringWrapperVisitor<R,P,TH>, TimestampWrapperVisitor<R,P,TH>, TimeWrapperVisitor<R,P,TH>, UtilDateWrapperVisitor<R,P,TH>
既知の実装クラスの一覧:
Db2Dialect.Db2JdbcMappingVisitor, Db2Dialect.Db2SqlLogFormattingVisitor, H212126Dialect.H212126JdbcMappingVisitor, H212126Dialect.H212126SqlLogFormattingVisitor, H2Dialect.H2JdbcMappingVisitor, H2Dialect.H2SqlLogFormattingVisitor, HsqldbDialect.HsqldbJdbcMappingVisitor, HsqldbDialect.HsqldbSqlLogFormattingVisitor, Mssql2008Dialect.Mssql2008JdbcMappingVisitor, Mssql2008Dialect.Mssql2008SqlLogFormattingVisitor, MssqlDialect.MssqlJdbcMappingVisitor, MssqlDialect.MssqlSqlLogFormattingVisitor, MysqlDialect.MysqlJdbcMappingVisitor, MysqlDialect.MysqlSqlLogFormattingVisitor, OracleDialect.OracleJdbcMappingVisitor, OracleDialect.OracleSqlLogFormattingVisitor, PostgresDialect.PostgresJdbcMappingVisitor, PostgresDialect.PostgresSqlLogFormattingVisitor, SqliteDialect.SqliteJdbcMappingVisitor, SqliteDialect.SqliteSqlLogFormattingVisitor, StandardDialect.StandardJdbcMappingVisitor, StandardDialect.StandardSqlLogFormattingVisitor

public interface WrapperVisitor<R,P,TH extends Throwable>

Wrapper のビジターです。

作成者:
taedium

メソッドの概要
 R visitUnknownWrapper(Wrapper<?> wrapper, P p)
          未知の Wrapper を扱います。
 

メソッドの詳細

visitUnknownWrapper

R visitUnknownWrapper(Wrapper<?> wrapper,
                      P p)
                      throws TH extends Throwable
未知の Wrapper を扱います。

パラメータ:
wrapper - ラッパー
p - パラメータ
戻り値:
処理結果
例外:
TH - 例外
TH extends Throwable


Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.