org.seasar.extension.persistence
インタフェース EntityMetaFactory

既知の実装クラスの一覧:
EntityMetaFactoryImpl

public interface EntityMetaFactory

EntityMetaのファクトリです。

作成者:
higa

メソッドの概要
 EntityMeta getEntityMeta(Class<?> entityClass)
          EntityMetaを返します。
 

メソッドの詳細

getEntityMeta

EntityMeta getEntityMeta(Class<?> entityClass)
EntityMetaを返します。

パラメータ:
entityClass -
戻り値:
EntityMeta


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.