org.seasar.extension.persistence.factory
クラス EntityMetaFactoryImpl
java.lang.Object
org.seasar.extension.persistence.factory.EntityMetaFactoryImpl
- すべての実装されたインタフェース:
- EntityMetaFactory
public class EntityMetaFactoryImpl
- extends Object
- implements EntityMetaFactory
- 作成者:
- higa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityMetaFactoryImpl
public EntityMetaFactoryImpl()
getTableMetaFactory
public TableMetaFactory getTableMetaFactory()
- 戻り値:
- Returns the tableMetaFactory.
setTableMetaFactory
public void setTableMetaFactory(TableMetaFactory tableMetaFactory)
- パラメータ:
tableMetaFactory
- The tableMetaFactory to set.
getEntityMeta
public EntityMeta getEntityMeta(Class entityClass)
- 定義:
- インタフェース
EntityMetaFactory
内の getEntityMeta
createEntityMetaCache
protected EntityMetaCache createEntityMetaCache(Class entityClass)
createEntityMeta
protected EntityMeta createEntityMeta(Class entityClass)
fromClassToEntityName
protected String fromClassToEntityName(Class entityClass)
isInstanceField
protected boolean isInstanceField(Field field)
isSimpleValueType
protected boolean isSimpleValueType(Class type)
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.