| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
TnRelationRowCreatorExtension.doRegisterRelationValue(TnRelationRowCreationResource res,
TnPropertyMapping mapping,
Object value) |
protected void |
TnRelationRowCreatorExtension.handleRelationValueRegistration(TnRelationRowCreationResource res,
TnPropertyMapping mapping,
Object value) |
protected void |
TnRowCreatorExtension.throwMappingClassCastException(Object entity,
DBMeta dbmeta,
TnPropertyMapping mapping,
Object selectedValue,
ClassCastException e) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
TnRowCreatorExtension.createRow(ResultSet rs,
Map<String,Map<String,Integer>> selectIndexMap,
Map<String,TnPropertyMapping> propertyCache,
Class<?> beanClass,
ConditionBean cb)
Create row instance of base point table.
|
protected void |
TnRowCreatorExtension.processDerivedMap(ResultSet rs,
Map<String,Map<String,Integer>> selectIndexMap,
Map<String,TnPropertyMapping> propertyCache,
Object row) |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
TnPropertyType |
interface |
TnRelationPropertyType
The property type for relation.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
TnPropertyTypeImpl |
class |
TnRelationPropertyTypeImpl |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected TnPropertyMapping |
TnRelationRowCreationResource._currentPropertyMapping
Current property mapping.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Map<String,Map<String,TnPropertyMapping>> |
TnRelationRowCreationResource._relPropCache
The map of relation property cache.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TnPropertyMapping |
TnRelationRowCreationResource.getCurrentPropertyMapping() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,TnPropertyMapping> |
TnRowCreator.createPropertyCache(Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnBeanMetaData beanMetaData)
Create property cache as map.
|
Map<String,Map<String,TnPropertyMapping>> |
TnRelationRowCreator.createPropertyCache(Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnRelationSelector relSelector,
TnBeanMetaData baseBmd)
Create relation property cache.
|
Map<String,TnPropertyMapping> |
TnRelationRowCreationResource.extractPropertyCacheElement() |
Map<String,Map<String,TnPropertyMapping>> |
TnRelationRowCreationResource.getRelPropCache() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
TnRelationRowCreationResource.setCurrentPropertyType(TnPropertyMapping propertyType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 |
TnRowCreator.createRow(ResultSet rs,
Map<String,Map<String,Integer>> selectIndexMap,
Map<String,TnPropertyMapping> columnPropertyTypeMap,
Class<?> beanClass,
ConditionBean cb)
Create row instance of base point table.
|
void |
TnRelationRowCreationResource.setRelPropCache(Map<String,Map<String,TnPropertyMapping>> relPropCache) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,TnPropertyMapping> |
TnRowCreatorImpl.createPropertyCache(Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnBeanMetaData beanMetaData)
Create property cache as map.
|
Map<String,Map<String,TnPropertyMapping>> |
TnRelationRowCreatorImpl.createPropertyCache(Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnRelationSelector relSelector,
TnBeanMetaData baseBmd)
Create relation property cache.
|
protected Map<String,TnPropertyMapping> |
TnRowCreatorImpl.newPropertyCache() |
protected Map<String,Map<String,TnPropertyMapping>> |
TnRelationRowCreatorImpl.newRelationPropertyCache() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Map<String,TnPropertyMapping> |
TnAbstractBeanResultSetHandler.createPropertyCache(Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap)
Create property cache for base point row.
|
protected Map<String,Map<String,TnPropertyMapping>> |
TnAbstractBeanResultSetHandler.createRelationPropertyCache(Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnRelationSelector relSelector)
Create relation property cache.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 Object |
TnAbstractBeanResultSetHandler.createRow(ResultSet rs,
Map<String,Map<String,Integer>> selectIndexMap,
Map<String,TnPropertyMapping> propertyCache,
ConditionBean cb)
Create base point 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.