インタフェース
org.seasar.doma.jdbc.entity.EntityProperty の使用

EntityProperty を使用しているパッケージ
org.seasar.doma.jdbc.entity エンティティやそのプロパティを表すクラスやインタフェースを提供します。 
 

org.seasar.doma.jdbc.entity での EntityProperty の使用
 

EntityProperty を実装している org.seasar.doma.jdbc.entity のクラス
 class AssignedIdProperty<D extends Domain<?,?>>
          アプリケーションにより割り当てられる識別子のプロパティです。
 class BasicProperty<D extends Domain<?,?>>
          基本のプロパティです。
 class GeneratedIdProperty<D extends NumberDomain<?,?>>
          生成される識別子のプロパティです。
 class TransientProperty<D extends Domain<?,?>>
          非永続性プロパティです。
 class VersionProperty<D extends NumberDomain<?,?>>
          バージョンプロパティです。
 

EntityProperty を返す org.seasar.doma.jdbc.entity のメソッド
 EntityProperty<?> Entity.__getEntityProperty(String __name)
          プロパティ名に対応するエンティティプロパティを返します。
 

EntityProperty 型の引数を持つ型を返す org.seasar.doma.jdbc.entity のメソッド
 List<EntityProperty<?>> Entity.__getEntityProperties()
          エンティティプロパティのリストを返します。
 



Copyright © 2009 The Seasar Foundation. All Rights Reserved.