org.seasar.doma.jdbc.entity
クラス BasicPropertyType.ParentValueMapAccessorFactory<PE,E extends PE,V>

java.lang.Object
  上位を拡張 org.seasar.doma.jdbc.entity.BasicPropertyType.ParentValueMapAccessorFactory<PE,E,V>
型パラメータ:
PE - 親エンティティの型
E - エンティティの型
V - 値の型
すべての実装されたインタフェース:
BasicPropertyType.MapAccessorFactory<V>
含まれているクラス:
BasicPropertyType<PE,E extends PE,V,D>

protected static class BasicPropertyType.ParentValueMapAccessorFactory<PE,E extends PE,V>
extends Object
implements BasicPropertyType.MapAccessorFactory<V>

親の値のMap用アクセサのファクトリです。

導入されたバージョン:
1.34.0
作成者:
taedium

フィールドの概要
protected  EntityPropertyType<PE,V> parentEntityPropertyType
           
 
コンストラクタの概要
protected BasicPropertyType.ParentValueMapAccessorFactory(EntityPropertyType<PE,V> parentEntityPropertyType)
           
 
メソッドの概要
 Accessor<V> getAccessor(Map<String,Object> properties, Wrapper<V> wrapper)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

parentEntityPropertyType

protected final EntityPropertyType<PE,V> parentEntityPropertyType
コンストラクタの詳細

BasicPropertyType.ParentValueMapAccessorFactory

protected BasicPropertyType.ParentValueMapAccessorFactory(EntityPropertyType<PE,V> parentEntityPropertyType)
メソッドの詳細

getAccessor

public Accessor<V> getAccessor(Map<String,Object> properties,
                               Wrapper<V> wrapper)
定義:
インタフェース BasicPropertyType.MapAccessorFactory<V> 内の getAccessor


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