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