| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
TnRelationRowCreatorExtension.adjustCreatedRelationRow(Object relationRow,
String relationNoSuffix,
TnRelationSelector relSelector,
TnRelationPropertyType rpt)
Adjust created row for relation tables.
|
protected OptionalThingExceptionThrower |
TnRelationRowOptionalHandler.createOptionalNullableThrower(Object row,
TnRelationPropertyType rpt) |
protected Object |
TnRelationRowOptionalHandler.createOptionalNullEntity(Object row,
TnRelationPropertyType rpt)
Create optional null entity.
|
Object |
TnRelationRowOptionalHandler.filterOptionalRelationRowIfNeeds(Object row,
TnRelationPropertyType rpt,
Object relationRow)
Filter the relation row as optional object if it needs.
|
Object |
TnRelationRowCreatorExtension.filterOptionalRelationRowIfNeeds(Object row,
TnRelationPropertyType rpt,
Object relationRow) |
protected Object |
TnRelationRowCreatorExtension.newNonEntityRelationRow(TnRelationPropertyType rpt) |
protected Object |
TnRelationRowCreatorExtension.newRelationRow(TnRelationPropertyType rpt,
TnRelationSelector selector,
String relationNoSuffix,
DBMeta dbmeta) |
protected void |
TnRelationRowCreatorExtension.setupNextPropertyCacheElement(TnRelationRowCreationResource res,
TnRelationPropertyType nextRpt) |
protected void |
TnRelationRowCreatorExtension.setupNextRelationRowElement(TnRelationRowCreationResource res,
Object row,
TnRelationPropertyType nextRpt) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TnRelationPropertyType[] |
TnRelationPropertyTypeFactory.createRelationPropertyTypes() |
TnRelationPropertyType |
TnBeanMetaData.getRelationPropertyType(int index) |
TnRelationPropertyType |
TnBeanMetaData.getRelationPropertyType(String propertyName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<TnRelationPropertyType> |
TnBeanMetaData.getRelationPropertyTypeList() |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
TnRelationPropertyTypeImpl |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<TnRelationPropertyType> |
TnBeanMetaDataImpl._relationPropertyTypes |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected TnRelationPropertyType |
TnRelationPropertyTypeFactoryImpl.createRelationPropertyType(DfPropertyDesc propertyDesc) |
protected TnRelationPropertyType |
TnRelationPropertyTypeFactoryImpl.createRelationPropertyType(DfPropertyDesc propertyDesc,
String[] myKeys,
String[] yourKeys,
int relno,
TnBeanMetaData relationBeanMetaData) |
TnRelationPropertyType[] |
TnRelationPropertyTypeFactoryImpl.createRelationPropertyTypes() |
TnRelationPropertyType |
TnBeanMetaDataImpl.getRelationPropertyType(int index) |
TnRelationPropertyType |
TnBeanMetaDataImpl.getRelationPropertyType(String propertyName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<TnRelationPropertyType> |
TnBeanMetaDataImpl.getRelationPropertyTypeList() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
TnBeanMetaDataImpl.addRelationPropertyType(TnRelationPropertyType rpt) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected TnRelationPropertyType |
TnRelationRowCreationResource._relationPropertyType
Relation property type.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Stack<TnRelationPropertyType> |
TnRelationRowCreationResource._relationPropertyTypeBackup
The backup of relation property type.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TnRelationPropertyType |
TnRelationRowCreationResource.getRelationPropertyType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Stack<TnRelationPropertyType> |
TnRelationRowCreationResource.getRelationPropertyTypeBackup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TnRelationKey |
TnRelationRowCache.createRelationKey(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
String relationNoSuffix)
Create the key of relation.
|
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.
|
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) |
Object |
TnRelationRowCreator.filterOptionalRelationRowIfNeeds(Object row,
TnRelationPropertyType rpt,
Object relationRow)
Filter the relation row as optional object if it needs.
|
void |
TnRelationRowCreationResource.prepareNextRelationProperty(TnRelationPropertyType nextRpt) |
void |
TnRelationRowCreationResource.setRelationPropertyType(TnRelationPropertyType rpt) |
protected Object |
TnRelationRowCache.setupKeyElement(ResultSet rs,
TnRelationPropertyType rpt,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
String columnKeyName,
TnPropertyType pt,
String relationNoSuffix) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
TnAbstractBeanResultSetHandler.adjustCreatedRelationRow(Object relationRow,
String relationNoSuffix,
TnRelationSelector relSelector,
TnRelationPropertyType rpt)
Adjust created row for relation tables.
|
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 |
TnBeanListResultSetHandler.filterOptionalRelationRowIfNeeds(Object row,
TnRelationPropertyType rpt,
Object relationRow) |
protected String |
TnBeanListResultSetHandler.getFirstLevelRelationPath(TnRelationPropertyType rpt) |
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.