org.seasar.doma.jdbc
クラス Reference<V>
java.lang.Object
org.seasar.doma.jdbc.Reference<V>
- 型パラメータ:
V
- 値の型
public class Reference<V>
- extends Object
値への参照を表します。
ストアドプロシージャーやストアドファンクションのOUTパラメーターとIN_OUTパラメーターとして使用されます。
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reference
public Reference()
Reference
public Reference(V value)
get
public V get()
set
public void set(V value)
Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.