| 修飾子とタイプ | メソッドと説明 |
|---|---|
FetchBean |
ContextStack.getFetchBean() |
static FetchBean |
FetchAssistContext.getFetchBeanOnThread()
Get fetch-bean on thread.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ContextStack.setFetchBean(FetchBean fetchBean) |
static void |
FetchAssistContext.setFetchBeanOnThread(FetchBean fetchBean)
Set fetch-bean on thread.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
BehaviorExceptionThrower.throwDangerousResultSizeException(FetchBean fetchBean,
Throwable cause) |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
ConditionBean
The bean for condition.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractConditionBean
The condition-bean as abstract.
|
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
FetchNarrowingBean
The bean for fetch narrowing.
|
interface |
PagingBean
The bean for paging.
|
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
ImmutableAutoPagingHandlingPmb<BEHAVIOR,IMMU,DBLE extends DBableEntity<IMMU>>
The parameter-bean for immutable auto-paging handling.
|
interface |
ImmutableManualPagingHandlingPmb<BEHAVIOR,IMMU,DBLE extends DBableEntity<IMMU>>
The parameter-bean for immutable manual-paging handling.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
SimplePagingBean
The simple implementation of paging-bean.
|
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
AutoPagingHandlingPmb<BEHAVIOR,ENTITY>
The parameter-bean for auto-paging (cursor-skip) handling.
|
interface |
ManualPagingHandlingPmb<BEHAVIOR,ENTITY>
The parameter-bean for manual-paging handling.
|
interface |
PagingHandlingPmb<BEHAVIOR,ENTITY>
The parameter-bean for auto-paging handling.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected FetchBean |
TnFetchAssistResultSet._fetchBean
The bean of fetch.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected boolean |
TnStatementFactoryImpl.judgeFetchBeanSafetyMaxOneSelectCommand(BehaviorCommand<?> command,
FetchBean fetchBean) |
| コンストラクタと説明 |
|---|
TnFetchAssistResultSet(ResultSet resultSet,
FetchBean fetchBean,
boolean offsetByCursorForcedly,
boolean limitByCursorForcedly)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected TnFetchAssistResultSet |
TnBasicSelectHandler.createFunctionalResultSet(ResultSet rs,
FetchBean fcbean,
boolean offset,
boolean limit) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.