org.seasar.doma.jdbc.entity
クラス BasicPropertyType.ValueMapAccessorFactory<V>

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

protected static class BasicPropertyType.ValueMapAccessorFactory<V>
extends Object
implements BasicPropertyType.MapAccessorFactory<V>

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

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

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

フィールドの詳細

entityClassName

protected final String entityClassName

entityPropertyName

protected final String entityPropertyName

field

protected final Field field

primitive

protected final boolean primitive
コンストラクタの詳細

BasicPropertyType.ValueMapAccessorFactory

protected BasicPropertyType.ValueMapAccessorFactory(String entityClassName,
                                                    String entityPropertyName,
                                                    Field field)
メソッドの詳細

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.