クラスの使用
org.springframework.data.mapping.model.Property
Property を使用するパッケージ
パッケージ
説明
コンテキスト API と実装ベースクラスのマッピング。
マッピングサブシステムのモデルのコア実装。
org.springframework.data.mapping.context 内の Property 使用
型 Property のパラメーターを持つ org.springframework.data.mapping.context のメソッド修飾子と型メソッド説明protected abstract PAbstractMappingContext.createPersistentProperty(Property property, E owner, SimpleTypeHolder simpleTypeHolder) PersistentPropertyの具象インスタンスを作成します。org.springframework.data.mapping.model 内の Property 使用
修飾子と型メソッド説明protected PropertyAbstractPersistentProperty.getProperty()static PropertyProperty.of(TypeInformation<?> type, PropertyDescriptorSE descriptor) 指定されたPropertyDescriptorSE の新しいPropertyを作成します。static PropertyProperty.of(TypeInformation<?> type, FieldSE field) 指定されたフィールドを基にする新しいPropertyを作成します。static PropertyProperty.of(TypeInformation<?> type, FieldSE field, PropertyDescriptorSE descriptor) 型 Property のパラメーターを持つ org.springframework.data.mapping.model のコンストラクター修飾子コンストラクター説明AbstractPersistentProperty(Property property, PersistentEntity<?, P> owner, SimpleTypeHolder simpleTypeHolder) AnnotationBasedPersistentProperty(Property property, PersistentEntity<?, P> owner, SimpleTypeHolder simpleTypeHolder) 新しいAnnotationBasedPersistentPropertyを作成します。