|
||||||||||
前 次 | フレームあり フレームなし |
GenerationType を使用しているパッケージ | |
---|---|
org.seasar.doma | アノテーション、および汎用的な例外を提供します。 |
org.seasar.doma.jdbc.entity | エンティティに関するクラスやインタフェースを提供します。 |
org.seasar.doma.jdbc.id | エンティティの識別子に関するクラスやインタフェースを提供します。 |
org.seasar.doma での GenerationType の使用 |
---|
GenerationType を返す org.seasar.doma のメソッド | |
---|---|
static GenerationType |
GenerationType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static GenerationType[] |
GenerationType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
org.seasar.doma.jdbc.entity での GenerationType の使用 |
---|
GenerationType 型のパラメータを持つ org.seasar.doma.jdbc.entity のメソッド | |
---|---|
protected boolean |
GeneratedIdPropertyType.isGenerationTypeSupported(GenerationType generationType,
Dialect dialect)
識別子を生成する方法がサポートされているかどうかを返します。 |
org.seasar.doma.jdbc.id での GenerationType の使用 |
---|
GenerationType を返す org.seasar.doma.jdbc.id のメソッド | |
---|---|
GenerationType |
IdGenerator.getGenerationType()
識別子を生成する方法を返します。 |
GenerationType |
BuiltinTableIdGenerator.getGenerationType()
|
GenerationType |
BuiltinSequenceIdGenerator.getGenerationType()
|
GenerationType |
BuiltinIdentityIdGenerator.getGenerationType()
|
|
||||||||||
前 次 | フレームあり フレームなし |