public abstract class TnRowCreatorImpl extends Object implements TnRowCreator
| コンストラクタと説明 |
|---|
TnRowCreatorImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,TnPropertyMapping> |
createPropertyCache(Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnBeanMetaData beanMetaData)
Create property cache as map.
|
protected boolean |
isOutOfLocalSelectIndex(String columnDbName,
Map<String,Map<String,Integer>> selectIndexMap) |
protected Object |
newBean(Class<?> beanClass) |
protected Map<String,TnPropertyMapping> |
newPropertyCache() |
protected void |
setupPropertyCache(Map<String,TnPropertyMapping> proprertyCache,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnBeanMetaData beanMetaData) |
protected void |
setupPropertyCacheElement(Map<String,TnPropertyMapping> proprertyCache,
Map<String,String> selectColumnMap,
Map<String,Map<String,Integer>> selectIndexMap,
TnPropertyType pt) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateRowpublic Map<String,TnPropertyMapping> createPropertyCache(Map<String,String> selectColumnMap, Map<String,Map<String,Integer>> selectIndexMap, TnBeanMetaData beanMetaData) throws SQLException
createPropertyCache インタフェース内 TnRowCreatorselectColumnMap - The map of select column name. {flexible-name = columnAliasName} (NotNull)selectIndexMap - The map of select index. map:{entityNo(e.g. loc00 or _0_3) = map:{selectColumnKeyName = selectIndex}} (NullAllowed)beanMetaData - Bean meta data. (NotNull)SQLException - When it fails to handle the SQL.protected void setupPropertyCache(Map<String,TnPropertyMapping> proprertyCache, Map<String,String> selectColumnMap, Map<String,Map<String,Integer>> selectIndexMap, TnBeanMetaData beanMetaData) throws SQLException
SQLExceptionprotected void setupPropertyCacheElement(Map<String,TnPropertyMapping> proprertyCache, Map<String,String> selectColumnMap, Map<String,Map<String,Integer>> selectIndexMap, TnPropertyType pt) throws SQLException
SQLExceptionprotected boolean isOutOfLocalSelectIndex(String columnDbName, Map<String,Map<String,Integer>> selectIndexMap) throws SQLException
SQLExceptionprotected Map<String,TnPropertyMapping> newPropertyCache()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.