|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.jdbc.impl.AbstractBeanResultSetHandler
JavaBeans用の ResultSetHandler
の抽象クラスです。
コンストラクタの概要 | |
AbstractBeanResultSetHandler(java.lang.Class beanClass)
AbstractBeanResultSetHandler を作成します。 |
メソッドの概要 | |
protected PropertyType[] |
createPropertyTypes(java.sql.ResultSetMetaData rsmd)
プロパティの型の配列を作成します。 |
protected java.lang.Object |
createRow(java.sql.ResultSet rs,
PropertyType[] propertyTypes)
行を作成します。 |
java.lang.Class |
getBeanClass()
Beanクラスを返します。 |
void |
setBeanClass(java.lang.Class beanClass)
Beanクラスを設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.extension.jdbc.ResultSetHandler から継承したメソッド |
handle |
コンストラクタの詳細 |
public AbstractBeanResultSetHandler(java.lang.Class beanClass)
AbstractBeanResultSetHandler
を作成します。
beanClass
- Beanクラスメソッドの詳細 |
public java.lang.Class getBeanClass()
public void setBeanClass(java.lang.Class beanClass)
beanClass
- Beanクラスprotected PropertyType[] createPropertyTypes(java.sql.ResultSetMetaData rsmd) throws java.sql.SQLException
rsmd
- 結果セットメタデータ
java.sql.SQLException
- SQL例外が発生した場合protected java.lang.Object createRow(java.sql.ResultSet rs, PropertyType[] propertyTypes) throws java.sql.SQLException
rs
- 結果セットpropertyTypes
- プロパティの型の配列
java.sql.SQLException
- SQL例外が発生した場合
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |