| パッケージ | 説明 |
|---|---|
| javax.persistence.metamodel |
Java永続化メタモデルAPI
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Bindable.BindableType |
Bindable.getBindableType()
表されるオブジェクトのバインド可能な型を返します。
|
static Bindable.BindableType |
Bindable.BindableType.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Bindable.BindableType[] |
Bindable.BindableType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Translated by @megascus.