| パッケージ | 説明 |
|---|---|
| org.dbflute.s2dao.rowcreator | |
| org.dbflute.s2dao.rowcreator.impl | |
| org.dbflute.s2dao.rshandler |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected TnRelationKey |
TnRelationRowCreationResource._relationKey
The relation key, which has key values, of the relation.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Stack<TnRelationKey> |
TnRelationRowCreationResource._relationKeyBackup
The backup of relation key.
|
protected Map<String,Map<TnRelationKey,Object>> |
TnRelationRowCache._rowMap
The list of row map. map:{relationPath = map:{relationKey = row}} (NotNull: if canCache is true)
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TnRelationKey |
TnRelationRowCache.createRelationKey(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
String relationNoSuffix)
Create the key of relation.
|
protected TnRelationKey |
TnRelationRowCreationResource.doCreateRelationKey() |
protected TnRelationKey |
TnRelationRowCache.doCreateRelationKeyCompound(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
String relationNoSuffix) |
protected TnRelationKey |
TnRelationRowCache.doCreateRelationKeySimple(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
String relationNoSuffix) |
TnRelationKey |
TnRelationRowCreationResource.getRelationKey() |
TnRelationKey |
TnRelationRowCreationResource.prepareRelationKey()
Prepare the relation key of the current relation.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Stack<TnRelationKey> |
TnRelationRowCreationResource.getRelationKeyBackup() |
Map<String,Map<TnRelationKey,Object>> |
TnRelationRowCache.getRowMap() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
TnRelationRowCache.addRelationRow(String relationNoSuffix,
TnRelationKey relKey,
Object relationRow)
Add relation row to cache.
|
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.
|
Object |
TnRelationRowCache.getRelationRow(String relationNoSuffix,
TnRelationKey relKey)
Get relation row from cache by relation key.
|
void |
TnRelationRowCreationResource.setRelationKey(TnRelationKey relationKey) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
TnRelationKeyCompound |
class |
TnRelationKeyEmpty |
class |
TnRelationKeySimple |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 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.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.