|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.doma.jdbc.Result<E>
public class Result<E>
イミュータブルなエンティティに対する更新や挿入の結果を表します。
コンストラクタの概要 | |
---|---|
Result(int count,
E entity)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
int |
getCount()
更新件数を返します。 |
E |
getEntity()
エンティティを返します。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public Result(int count, E entity)
count
- 更新件数entity
- エンティティメソッドの詳細 |
---|
public int getCount()
public E getEntity()
public String toString()
Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |