org.seasar.extension.jdbc
インタフェース RelationshipEntityMapper

既知の実装クラスの一覧:
AbstractRelationshipEntityMapper, ManyToOneEntityMapperImpl, OneToManyEntityMapperImpl, OneToOneEntityMapperImpl

public interface RelationshipEntityMapper

関連用のエンティティマッパーです。

作成者:
higa
関連項目:
EntityMapper

メソッドの概要
 void map(Object target, Object[] values, MappingContext mappingContext)
          結果セットの1行をエンティティにマッピングします。
 

メソッドの詳細

map

void map(Object target,
         Object[] values,
         MappingContext mappingContext)
結果セットの1行をエンティティにマッピングします。

パラメータ:
target - 関連元のエンティティ
values - 結果セットの1行分のデータ
mappingContext - マッピングコンテキスト


Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.