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

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

public interface PrimaryKeyDescFactory

主キー記述のファクトリです。

作成者:
taedium

メソッドの概要
 PrimaryKeyDesc getPrimaryKeyDesc(EntityMeta entityMeta)
          主キー記述を返します。
 

メソッドの詳細

getPrimaryKeyDesc

PrimaryKeyDesc getPrimaryKeyDesc(EntityMeta entityMeta)
主キー記述を返します。

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


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