org.seasar.doma.jdbc.entity
クラス BasicPropertyType.DomainMapAccessorFactory<V,D>
java.lang.Object
org.seasar.doma.jdbc.entity.BasicPropertyType.DomainMapAccessorFactory<V,D>
- 型パラメータ:
V
- 値の型D
- ドメインの型
- すべての実装されたインタフェース:
- BasicPropertyType.MapAccessorFactory<V>
- 含まれているクラス:
- BasicPropertyType<PE,E extends PE,V,D>
protected static class BasicPropertyType.DomainMapAccessorFactory<V,D>
- extends Object
- implements BasicPropertyType.MapAccessorFactory<V>
ドメインのMap用アクセサのファクトリです。
- 導入されたバージョン:
- 1.34.0
- 作成者:
- taedium
クラス 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
domainType
protected final DomainType<V,D> domainType
BasicPropertyType.DomainMapAccessorFactory
protected BasicPropertyType.DomainMapAccessorFactory(String entityClassName,
String entityPropertyName,
Field field,
DomainType<V,D> domainType)
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.