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

EntityPropertyType を使用しているパッケージ
org.seasar.doma.jdbc.entity エンティティに関するクラスやインタフェースを提供します。 
 

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

EntityPropertyType を実装している org.seasar.doma.jdbc.entity のクラス
 class AssignedIdPropertyType<E,V>
          アプリケーションにより割り当てられる識別子のプロパティ型です。
 class BasicPropertyType<E,V>
          基本のプロパティ型です。
 class GeneratedIdPropertyType<E,V extends Number>
          生成される識別子のプロパティ型です。
 class VersionPropertyType<E,V extends Number>
          バージョンのプロパティ型です。
 

EntityPropertyType を返す org.seasar.doma.jdbc.entity のメソッド
 EntityPropertyType<E,?> EntityType.getEntityPropertyType(String __name)
          名前を指定してプロパティ型を返します。
 

EntityPropertyType 型の引数を持つ型を返す org.seasar.doma.jdbc.entity のメソッド
 List<EntityPropertyType<E,?>> EntityType.getEntityPropertyTypes()
          プロパティ型のリストを返します。
 List<EntityPropertyType<E,?>> EntityType.getIdPropertyTypes()
          識別子のプロパティ型のリストを返します。
 

EntityPropertyType 型のパラメータを持つ org.seasar.doma.jdbc.entity のメソッド
<E,V> R
EntityPropertyTypeVisitor.visitEntityPropertyType(EntityPropertyType<E,V> propertyType, P p)
           
 



Copyright © 2009-2011 The Seasar Foundation. All Rights Reserved.