ブラウザのJavaScriptが無効になっています。
ナビゲーション・リンクをスキップ
モジュール
パッケージ
クラス
使用
階層ツリー
索引
ヘルプ
概要:
フィールド |
オプション |
必須
詳細:
フィールド |
要素
SEARCH:
モジュール
org.nkjmlab.sorm4j
パッケージ
org.nkjmlab.sorm4j.annotation
Annotation Interface OrmConstructor
@Retention
(
RUNTIME
)
@Target
(
CONSTRUCTOR
)
public @interface
OrmConstructor
OrmConstructor can be associated with constructor parameters and specify the names of the column.
必須要素の概要
必須要素
修飾子とタイプ
必須要素
説明
String
[]
value
Name of the columns.
要素の詳細
value
String
[]
value
Name of the columns.