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

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

protected static class BasicPropertyType.SimpleWrapperFactory<V>
extends Object
implements BasicPropertyType.WrapperFactory<V>

単純なラッパーのファクトリです。

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

フィールドの概要
protected  Constructor<? extends Wrapper<V>> constructor
           
protected  Class<?> wrapperClass
           
 
コンストラクタの概要
protected BasicPropertyType.SimpleWrapperFactory(Class<?> wrapperClass)
           
 
メソッドの概要
 Wrapper<V> getWrapper()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

wrapperClass

protected final Class<?> wrapperClass

constructor

protected final Constructor<? extends Wrapper<V>> constructor
コンストラクタの詳細

BasicPropertyType.SimpleWrapperFactory

protected BasicPropertyType.SimpleWrapperFactory(Class<?> wrapperClass)
メソッドの詳細

getWrapper

public Wrapper<V> getWrapper()
定義:
インタフェース BasicPropertyType.WrapperFactory<V> 内の getWrapper


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