|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.handler.ObjectListSupportLimitResultSetHandler
public class ObjectListSupportLimitResultSetHandler
オブジェクトのリストを返す ResultSetHandler
です。
フィールドの概要 | |
---|---|
protected int |
limit
リミットです。 |
protected ValueType |
valueType
値タイプです。 |
コンストラクタの概要 | |
---|---|
ObjectListSupportLimitResultSetHandler(ValueType valueType,
int limit)
ObjectListSupportLimitResultSetHandler を作成します。 |
メソッドの概要 | |
---|---|
int |
getLimit()
リミットを返します。 |
Object |
handle(ResultSet rs)
|
void |
setLimit(int limit)
リミットを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected ValueType valueType
protected int limit
コンストラクタの詳細 |
---|
public ObjectListSupportLimitResultSetHandler(ValueType valueType, int limit)
ObjectListSupportLimitResultSetHandler
を作成します。
valueType
- 値タイプlimit
- リミットメソッドの詳細 |
---|
public int getLimit()
public void setLimit(int limit) throws IllegalArgumentException
limit
- リミット
IllegalArgumentException
- リミットがゼロ以下の場合。public Object handle(ResultSet rs) throws SQLException
ResultSetHandler
内の handle
SQLException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |