| パッケージ | 説明 |
|---|---|
| org.dbflute.s2dao.rowcreator | |
| org.dbflute.s2dao.rowcreator.impl | |
| org.dbflute.s2dao.rshandler |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected TnRelationRowCache |
TnRelationRowCreationResource._relRowCache
The cache of relation row.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TnRelationRowCache |
TnRelationRowCreationResource.getRelRowCache() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
TnRelationRowCreator.createRelationRow(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnRelationKey relKey,
Map<String,Map<String,TnPropertyMapping>> relPropCache,
TnRelationRowCache relRowCache,
TnRelationSelector relSelector)
Create relation row from first level relation.
|
void |
TnRelationRowCreationResource.setRelRowCache(TnRelationRowCache relRowCache) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
TnRelationRowCreatorImpl.createRelationRow(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnRelationKey relKey,
Map<String,Map<String,TnPropertyMapping>> relPropCache,
TnRelationRowCache relRowCache,
TnRelationSelector relSelector)
Create relation row from first level relation.
|
protected TnRelationRowCreationResource |
TnRelationRowCreatorImpl.createResourceForRow(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnRelationKey relKey,
Map<String,Map<String,TnPropertyMapping>> relPropCache,
TnRelationRowCache relRowCache,
TnRelationSelector relSelector) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected TnRelationRowCache |
TnBeanListResultSetHandler.createRelationRowCache(boolean hasCB,
ConditionBean cb)
Create the cache of relation row.
|
protected TnRelationRowCache |
TnBeanCursorResultSetHandler.createRelationRowCache(boolean hasCB,
ConditionBean cb) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Object |
TnAbstractBeanResultSetHandler.createRelationRow(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnRelationKey relKey,
Map<String,Map<String,TnPropertyMapping>> relPropCache,
TnRelationRowCache relRowCache,
TnRelationSelector relSelector)
Create relation row.
|
protected void |
TnBeanListResultSetHandler.mappingFirstRelation(ResultSet rs,
Object row,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
Map<String,Map<String,TnPropertyMapping>> relPropCache,
TnRelationRowCache relRowCache,
TnRelationSelector relSelector)
Do mapping first relation row.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.