org.seasar.doma.jdbc
クラス Result<E>

java.lang.Object
  上位を拡張 org.seasar.doma.jdbc.Result<E>

public class Result<E>
extends Object

イミュータブルなエンティティに対する更新や挿入の結果を表します。

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

コンストラクタの概要
Result(int count, E entity)
          インスタンスを構築します。
 
メソッドの概要
 int getCount()
          更新件数を返します。
 E getEntity()
          エンティティを返します。
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Result

public Result(int count,
              E entity)
インスタンスを構築します。

パラメータ:
count - 更新件数
entity - エンティティ
メソッドの詳細

getCount

public int getCount()
更新件数を返します。

戻り値:
更新件数

getEntity

public E getEntity()
エンティティを返します。

戻り値:
エンティティ

toString

public String toString()
オーバーライド:
クラス Object 内の toString


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