public class TnBeanCursorResultSetHandler extends TnBeanListResultSetHandler
TnBeanListResultSetHandler.BeanRowHandler_relationRowCreator, _rowCreator| コンストラクタと説明 |
|---|
TnBeanCursorResultSetHandler(TnBeanMetaData beanMetaData,
TnRowCreator rowCreator,
TnRelationRowCreator relationRowCreator) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected TnRelationRowCache |
createRelationRowCache(boolean hasCB,
ConditionBean cb)
Create the cache of relation row.
|
protected EntityRowHandler<Entity> |
getEntityRowHandler() |
Object |
handle(ResultSet rs) |
protected boolean |
hasEntityRowHandler() |
canRelationMappingCache, checkNonSpecifiedColumnAccess, createRelationSelector, filterOptionalRelationRowIfNeeds, getConditionBean, getFirstLevelRelationPath, getSelectedRelationCount, hasConditionBean, hasOutsideSqlContext, isOutsideSqlNonSpecifiedColumnAccessChecked, isOutsideSqlNonSpecifiedColumnAccessCheckTarget, isSelectedRelationEmpty, isSpecifiedOutsideSql, isUndefinedClassificationSelectAllowed, isUseColumnNullObjectHandling, mappingBean, mappingFirstRelationadjustCreatedRelationRow, adjustCreatedRow, createPropertyCache, createRelationPropertyCache, createRelationRow, createRow, createSelectColumnMap, getBeanMetaDatapublic TnBeanCursorResultSetHandler(TnBeanMetaData beanMetaData, TnRowCreator rowCreator, TnRelationRowCreator relationRowCreator)
beanMetaData - Bean meta data. (NotNull)rowCreator - Row creator. (NotNull)relationRowCreator - Relation row creator. (NotNul)public Object handle(ResultSet rs) throws SQLException
handle インタフェース内 TnResultSetHandlerhandle クラス内 TnBeanListResultSetHandlerSQLExceptionprotected TnRelationRowCache createRelationRowCache(boolean hasCB, ConditionBean cb)
TnBeanListResultSetHandlercreateRelationRowCache クラス内 TnBeanListResultSetHandlerhasCB - Does the select use condition-bean?cb - The condition-bean for the select. (NullAllowed: not condition-bean select)protected boolean hasEntityRowHandler()
protected EntityRowHandler<Entity> getEntityRowHandler()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.