| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv | |
| org.dbflute.bhv.core.command |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <RESULT> SelectNextValCommand<RESULT> |
AbstractBehaviorReadable.createSelectNextValCommand(Class<RESULT> resultType) |
protected <RESULT> SelectNextValCommand<RESULT> |
AbstractBehaviorReadable.createSelectNextValSubCommand(Class<RESULT> resultType,
String columnDbName,
String sequenceName,
Integer incrementSize,
Integer cacheSize) |
protected <RESULT> SelectNextValCommand<RESULT> |
AbstractBehaviorReadable.newSelectNextValCommand() |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
SelectNextValSubCommand<RESULT>
The command to select next values of sequence for sub column.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.