org.seasar.extension.persistence.factory
クラス TableMetaFactoryImpl
java.lang.Object
org.seasar.extension.persistence.factory.TableMetaFactoryImpl
- すべての実装されたインタフェース:
- TableMetaFactory
public class TableMetaFactoryImpl
- extends Object
- implements TableMetaFactory
- 作成者:
- higa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableMetaFactoryImpl
public TableMetaFactoryImpl()
getPersistenceConvention
public org.seasar.framework.convention.PersistenceConvention getPersistenceConvention()
- 戻り値:
- Returns the persistenceConvention.
setPersistenceConvention
public void setPersistenceConvention(org.seasar.framework.convention.PersistenceConvention persistenceConvention)
- パラメータ:
persistenceConvention
- The persistenceConvention to set.
createTableMeta
public TableMeta createTableMeta(Class<?> entityClass,
String entityName)
- 定義:
- インタフェース
TableMetaFactory
内の createTableMeta
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.