|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.jdbc.mapper.AbstractEntityMapper org.seasar.extension.jdbc.mapper.EntityMapperImpl
public class EntityMapperImpl
EntityMapper
の実装クラスです。
フィールドの概要 |
---|
クラス org.seasar.extension.jdbc.mapper.AbstractEntityMapper から継承されたフィールド |
---|
entityClass, idIndices, propertyMappers, relationshipEntityMapperList |
コンストラクタの概要 | |
---|---|
EntityMapperImpl(java.lang.Class<?> entityClass,
PropertyMapper[] propertyMappers,
int[] idIndices)
EntityMapperImpl を作成します。 |
メソッドの概要 | |
---|---|
java.lang.Object |
map(java.lang.Object[] values,
MappingContext mappingContext)
結果セットの1行をエンティティにマッピングします。 |
クラス org.seasar.extension.jdbc.mapper.AbstractEntityMapper から継承されたメソッド |
---|
addRelationshipEntityMapper, createEntity, getEntity, getEntityClass, getIdIndices, getKey, getPropertyMappers, getRelationshipEntityMappers, mapRelationships |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.extension.jdbc.EntityMapper から継承されたメソッド |
---|
getKey |
コンストラクタの詳細 |
---|
public EntityMapperImpl(java.lang.Class<?> entityClass, PropertyMapper[] propertyMappers, int[] idIndices)
EntityMapperImpl
を作成します。
entityClass
- エンティティクラスpropertyMappers
- プロパティマッパーの配列idIndices
- 識別子のインデックスの配列メソッドの詳細 |
---|
public java.lang.Object map(java.lang.Object[] values, MappingContext mappingContext)
EntityMapper
の記述:
EntityMapper
内の map
values
- 結果セットの1行分のデータmappingContext
- マッピングコンテキスト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |