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

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

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

EntityType を実装している org.seasar.doma.jdbc.entity のクラス
 class AbstractEntityType<E>
          EntityType の骨格実装です。
 

EntityType を返す org.seasar.doma.jdbc.entity のメソッド
 EntityType<?> PreUpdateContext.getEntityType()
          エンティティのメタタイプを返します。
 EntityType<?> PreInsertContext.getEntityType()
          エンティティのメタタイプを返します。
 EntityType<?> PreDeleteContext.getEntityType()
          エンティティのメタタイプを返します。
 EntityType<?> PostUpdateContext.getEntityType()
          エンティティのメタタイプを返します。
 EntityType<?> PostInsertContext.getEntityType()
          エンティティのメタタイプを返します。
 EntityType<?> PostDeleteContext.getEntityType()
          エンティティのメタタイプを返します。
static
<E> EntityType<E>
EntityTypeFactory.getEntityType(Class<E> entityClass)
          EntityType のインスタンスを生成します。
 

EntityType 型のパラメータを持つ org.seasar.doma.jdbc.entity のメソッド
<E> R
EntityTypeVisitor.visitEntityType(EntityType<E> entityType, P p)
           
 

org.seasar.doma.jdbc.id での EntityType の使用
 

EntityType として宣言されている org.seasar.doma.jdbc.id のフィールド
protected  EntityType<?> IdGenerationConfig.entityType
          識別子が属するエンティティ
 

EntityType を返す org.seasar.doma.jdbc.id のメソッド
 EntityType<?> IdGenerationConfig.getEntityType()
           
 

EntityType 型のパラメータを持つ org.seasar.doma.jdbc.id のコンストラクタ
IdGenerationConfig(Config config, EntityType<?> entityType)
          インスタンスを構築します。
IdGenerationConfig(Config config, EntityType<?> entityType, String qualifiedTableName, String idColumnName)
          インスタンスを構築します。
 



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