ナビゲーションリンクをスキップ
ホーム
概要
クラス
使用
ツリー
非推奨
インデックス
検索
ヘルプ
Spring Data
Core
org.springframework.data.annotation
常設
コンテンツ
説明
サイドバーを隠す
サイドバーを表示
アノテーションインターフェース Persistent
@Indexed
@Retention
SE
(
RUNTIME
SE
)
@Reflective
@Target
SE
({
TYPE
SE
,
FIELD
SE
,
PARAMETER
SE
})
public @interface
Persistent
通常、永続的な型、フィールド、パラメーターを識別するためのアノテーション。
作成者:
Jon Brisbin, Oliver Gierke