クラスの使用
org.springframework.data.mapping.MappingException
MappingException を使用するパッケージ
パッケージ
説明
コンテキスト API と実装ベースクラスのマッピング。
マッピングサブシステムのモデルのコア実装。
org.springframework.data.mapping.context 内の MappingException 使用
MappingException をスローする org.springframework.data.mapping.context のメソッド修飾子と型メソッド説明default EMappingContext.getRequiredPersistentEntity(ClassSE<?> type) 指定されたClassSE に必要なPersistentEntityを返します。default EMappingContext.getRequiredPersistentEntity(TypeInformation<?> type) 指定されたTypeInformationのPersistentEntityを返します。default EMappingContext.getRequiredPersistentEntity(P persistentProperty) 指定されたPersistentPropertyによってマップされたPersistentEntityを返します。org.springframework.data.mapping.model 内の MappingException 使用
MappingException をスローする org.springframework.data.mapping.model のメソッド