org.seasar.extension.jdbc.gen.model
インタフェース EntityModelFactory

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

public interface EntityModelFactory

エンティティクラスのモデルのファクトリです。

作成者:
taedium

メソッドの概要
 EntityModel getEntityModel(EntityDesc entityDesc)
          エンティティクラスのモデルを返します。
 

メソッドの詳細

getEntityModel

EntityModel getEntityModel(EntityDesc entityDesc)
エンティティクラスのモデルを返します。

パラメータ:
entityDesc - エンティティ記述
戻り値:
エンティティクラスのモデル


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.