クラスの使用
org.springframework.data.mapping.PreferredConstructor
PreferredConstructor を使用するパッケージ
パッケージ
説明
マッピングサブシステムのベースパッケージ。
マッピングサブシステムのモデルのコア実装。
org.springframework.data.mapping 内の PreferredConstructor 使用
org.springframework.data.mapping.model 内の PreferredConstructor 使用
修飾子と型メソッド説明static <T,P extends PersistentProperty<P>>
PreferredConstructor<T,P> 指定された型のPreferredConstructorを検出します。static <T,P extends PersistentProperty<P>>
PreferredConstructor<T,P> PreferredConstructorDiscoverer.discover(PersistentEntity<T, P> entity) 指定されたPersistentEntityのPreferredConstructorDiscovererを検出します。BasicPersistentEntity.getPersistenceConstructor()
PersistentEntity.getInstanceCreatorMetadata()を使用します。