|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.jdbc.id.AbstractPreAllocateIdGenerator.IdContext
public class AbstractPreAllocateIdGenerator.IdContext
自動生成される識別子のコンテキスト情報を保持するクラスです。
フィールドの概要 | |
---|---|
protected long |
allocated
割り当て済みの値 |
protected long |
initialValue
初期値 |
コンストラクタの概要 | |
---|---|
AbstractPreAllocateIdGenerator.IdContext()
|
メソッドの概要 | |
---|---|
long |
getNextValue(JdbcManagerImplementor jdbcManager,
SqlLogger sqlLogger)
自動生成された識別子の値を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected long initialValue
protected long allocated
コンストラクタの詳細 |
---|
public AbstractPreAllocateIdGenerator.IdContext()
メソッドの詳細 |
---|
public long getNextValue(JdbcManagerImplementor jdbcManager, SqlLogger sqlLogger)
jdbcManager
- 内部的なJDBCマネージャsqlLogger
- SQLロガー
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |