インターフェースの使用
org.springframework.data.mapping.context.MappingContext
MappingContext を使用するパッケージ
パッケージ
説明
エンティティ監査の一般的なサポート。
データストアの抽象化からオブジェクトを読み取り、書き戻す汎用変換フレームワーク。
コンテキスト API と実装ベースクラスのマッピング。
射影サブシステム。
リポジトリの名前空間と JavaConfig 統合のサポートクラス。
さまざまなデータストアのリポジトリを実装するための基本クラス。
org.springframework.data.auditing 内の MappingContext 使用
型 MappingContext のパラメーターを持つ org.springframework.data.auditing のメソッド修飾子と型メソッド説明static AuditingHandlerAuditingHandler.from(MappingContext<?, ?> mappingContext) 指定されたMappingContextの新しいAuditingHandlerを作成するファクトリメソッド。static IsNewAwareAuditingHandlerIsNewAwareAuditingHandler.from(MappingContext<?, ?> mappingContext) 指定されたMappingContextの新しいIsNewAwareAuditingHandlerを作成するファクトリメソッド。static ReactiveAuditingHandlerReactiveAuditingHandler.from(MappingContext<?, ?> mappingContext) 指定されたMappingContextの新しいReactiveAuditingHandlerを作成するファクトリメソッド。ReactiveIsNewAwareAuditingHandler.from(MappingContext<?, ?> mappingContext) 指定されたMappingContextの新しいReactiveIsNewAwareAuditingHandlerを作成するファクトリメソッド。org.springframework.data.convert 内の MappingContext 使用
修飾子と型メソッド説明MappingContext<? extends E, P> EntityConverter.getMappingContext()コンバーターが使用する基になるMappingContextを返します。型 MappingContext のパラメーターを持つ org.springframework.data.convert のコンストラクター修飾子コンストラクター説明DefaultTypeMapper(TypeAliasAccessor<S> accessor, @Nullable MappingContext<? extends PersistentEntity<?, ?>, ?> mappingContext, ListSE<? extends TypeInformationMapper> additionalMappers) DtoInstantiatingConverter(ClassSE<?> dtoType, MappingContext<? extends PersistentEntity<?, ?>, ? extends PersistentProperty<?>> context, EntityInstantiators instantiators) DTO をインスタンス化するための新しいConverterを作成します。MappingContextTypeInformationMapper(MappingContext<? extends PersistentEntity<?, ?>, ?> mappingContext) 指定されたMappingContextからMappingContextTypeInformationMapperを作成します。org.springframework.data.mapping.context 内の MappingContext 使用
MappingContext を実装している org.springframework.data.mapping.context のクラス修飾子と型クラス説明classAbstractMappingContext<E extends MutablePersistentEntity<?,P>, P extends PersistentProperty<P>> マッピングメタデータを構築し、PersistentEntityおよびPersistentPropertyのインスタンスを作成するための基本クラス。型 MappingContext のパラメーターを持つ org.springframework.data.mapping.context のメソッド修飾子と型メソッド説明static PersistentEntitiesPersistentEntities.of(MappingContext<?, ?>... contexts) 指定されたMappingContextの新しいPersistentEntitiesを作成します。booleanMappingContextEvent.wasEmittedBy(MappingContext<?, ?> context) MappingContextEventが指定されたMappingContextによってトリガーされたかどうかを返します。型 MappingContext の型引数を持つ org.springframework.data.mapping.context のメソッドパラメーター修飾子と型メソッド説明<T> OptionalSE<T> PersistentEntities.mapOnContext(ClassSE<?> type, BiFunctionSE<MappingContext<?, ? extends PersistentProperty<?>>, PersistentEntity<?, ?>, T> combiner) 型 MappingContext のパラメーターを持つ org.springframework.data.mapping.context のコンストラクター型の型引数を持つ org.springframework.data.mapping.context のコンストラクターパラメーター MappingContext修飾子コンストラクター説明PersistentEntities(IterableSE<? extends MappingContext<?, ?>> contexts) 指定されたMappingContextの新しいPersistentEntitiesを作成します。org.springframework.data.projection 内の MappingContext 使用
型 MappingContext のパラメーターを持つ org.springframework.data.projection のメソッド修飾子と型メソッド説明static EntityProjectionIntrospectorEntityProjectionIntrospector.create(ProjectionFactory projectionFactory, EntityProjectionIntrospector.ProjectionPredicate projectionPredicate, MappingContext<?, ?> mappingContext) org.springframework.data.repository.config 内の MappingContext 使用
型 MappingContext のパラメーターを持つ org.springframework.data.repository.config のコンストラクターorg.springframework.data.repository.core.support 内の MappingContext 使用
型 MappingContext のパラメーターを持つ org.springframework.data.repository.core.support のメソッド修飾子と型メソッド説明protected voidRepositoryFactoryBeanSupport.setMappingContext(MappingContext<?, ?> mappingContext) RepositoryFactoryBeanSupport.getPersistentEntity()のPersistentEntityインスタンスを検索するために使用するMappingContextを構成します。