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

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

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

列挙型のラッパーのファクトリです。

作成者:
taedium

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

フィールドの詳細

enumClass

protected final Class<V> enumClass

constructor

protected final Constructor<EnumWrapper> constructor
コンストラクタの詳細

BasicPropertyType.EnumWrapperFactory

protected BasicPropertyType.EnumWrapperFactory(Class<V> enumClass)
メソッドの詳細

getWrapper

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


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