org.seasar.extension.jdbc.mapper
クラス EntityMapperImpl
java.lang.Object
org.seasar.extension.jdbc.mapper.AbstractEntityMapper
org.seasar.extension.jdbc.mapper.EntityMapperImpl
- すべての実装されたインタフェース:
- EntityMapper
public class EntityMapperImpl
- extends AbstractEntityMapper
- implements EntityMapper
EntityMapper
の実装クラスです。
- 作成者:
- higa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityMapperImpl
public EntityMapperImpl(Class<?> entityClass,
PropertyMapper[] propertyMappers,
int[] idIndices)
EntityMapperImpl
を作成します。
- パラメータ:
entityClass
- エンティティクラスpropertyMappers
- プロパティマッパーの配列idIndices
- 識別子のインデックスの配列
map
public Object map(Object[] values,
MappingContext mappingContext)
- インタフェース
EntityMapper
の記述:
- 結果セットの1行をエンティティにマッピングします。
- 定義:
- インタフェース
EntityMapper
内の map
- パラメータ:
values
- 結果セットの1行分のデータmappingContext
- マッピングコンテキスト
- 戻り値:
- エンティティ
Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.