org.seasar.extension.jdbc.gen.desc
インタフェース ForeignKeyDescFactory

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

public interface ForeignKeyDescFactory

ForeignKeyDescのファクトリを返します。

作成者:
taedium

メソッドの概要
 ForeignKeyDesc getForeignKeyDesc(EntityMeta entityMeta, PropertyMeta propertyMeta)
          外部キー記述を返します。
 

メソッドの詳細

getForeignKeyDesc

ForeignKeyDesc getForeignKeyDesc(EntityMeta entityMeta,
                                 PropertyMeta propertyMeta)
外部キー記述を返します。

パラメータ:
entityMeta - エンティティメタデータ
propertyMeta - プロパティメタデータ
戻り値:
存在する場合は外部キー記述、存在しない場合はnull


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