|
||||||||||
前 次 | フレームあり フレームなし |
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 のメソッド | ||
---|---|---|
static
|
EntityTypeFactory.getEntityType(java.lang.Class<E> entityClass)
EntityType のインスタンスを生成します。 |
EntityType 型のパラメータを持つ org.seasar.doma.jdbc.entity のメソッド | ||
---|---|---|
|
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,
java.lang.String qualifiedTableName,
java.lang.String idColumnName)
インスタンスを構築します。 |
|
||||||||||
前 次 | フレームあり フレームなし |