インターフェースの使用
org.springframework.data.mapping.IdentifierAccessor
IdentifierAccessor を使用するパッケージ
パッケージ
説明
マッピングサブシステムのベースパッケージ。
マッピングサブシステムのモデルのコア実装。
org.springframework.data.mapping 内の IdentifierAccessor 使用
IdentifierAccessor を実装している org.springframework.data.mapping のクラス修飾子と型クラス説明class
識別子がない場合やTargetAwareIdentifierAccessor.getRequiredIdentifier()
が呼び出された場合に、より意味のある例外を生成できるように、識別子を取得するターゲット Bean を認識しているIdentifierAccessor
。修飾子と型メソッド説明PersistentEntity.getIdentifierAccessor
(ObjectSE bean) 指定された Bean のIdentifierAccessor
を返します。org.springframework.data.mapping.model 内の IdentifierAccessor 使用
IdentifierAccessor を実装している org.springframework.data.mapping.model のクラス