|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.dbsession.DbSessionState
HttpSessionの状態をあらわすクラスです。
コンストラクタの概要 | |
DbSessionState(Map binaryData)
|
メソッドの概要 | |
Enumeration |
getAccessedAttributeNames()
アクセスされたすべての属性名を返します。 |
Object |
getAttribute(String name)
指定された名前に対する値を返します。 |
Enumeration |
getAttributeNames()
セッションで管理されているすべての属性名を返します。 |
boolean |
needDelete(String name)
deleteする必要があるかどうか返します。 |
boolean |
needInsert(String name)
insertする必要があるかどうか返します。 |
boolean |
needUpdate(String name)
updateする必要があるかどうか返します。 |
void |
setAttribute(String name,
Object value)
名前に対する値を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DbSessionState(Map binaryData)
binaryData
- メソッドの詳細 |
public Object getAttribute(String name)
name
-
public Enumeration getAttributeNames()
public Enumeration getAccessedAttributeNames()
public void setAttribute(String name, Object value)
name
- value
- public boolean needInsert(String name)
name
-
public boolean needUpdate(String name)
name
-
public boolean needDelete(String name)
name
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |