クラス R2dbcMappingContext
java.lang.ObjectSE
org.springframework.data.mapping.context.AbstractMappingContext < RelationalPersistentEntity <?>、RelationalPersistentProperty >
org.springframework.data.relational.core.mapping.RelationalMappingContext
org.springframework.data.r2dbc.mapping.R2dbcMappingContext
- 実装されたすべてのインターフェース:
Aware
、BeanFactoryAware
、InitializingBean
、ApplicationContextAware
、ApplicationEventPublisherAware
、EnvironmentAware
、MappingContext<RelationalPersistentEntity<?>,
RelationalPersistentProperty>
RelationalMappingContext
への R2DBC 固有の拡張。- 作成者:
- Mark Paluch
コンストラクターの概要
コンストラクターコンストラクター説明新しいR2dbcMappingContext
を作成します。R2dbcMappingContext
(NamingStrategy namingStrategy) 指定されたNamingStrategy
を使用して新しいR2dbcMappingContext
を作成します。メソッドのサマリー
クラス org.springframework.data.relational.core.mapping.RelationalMappingContext から継承されたメソッド
applyDefaults, createPersistentEntity, createPersistentProperty, getAggregatePath, getAggregatePath, getNamingStrategy, getPersistentEntity, isForceQuote, isSingleQueryLoadingEnabled, setApplicationContext, setForceQuote, setSingleQueryLoadingEnabled, setSqlIdentifierSanitizer
クラス org.springframework.data.mapping.context.AbstractMappingContext から継承されたメソッド
addPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setBeanFactory, setEnvironment, setInitialEntitySet, setManagedTypes, setSimpleTypeHolder, setStrict, shouldCreateProperties
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.data.mapping.context.MappingContext から継承されたメソッド
getRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntity
コンストラクターの詳細
R2dbcMappingContext
public R2dbcMappingContext()新しいR2dbcMappingContext
を作成します。R2dbcMappingContext
指定されたNamingStrategy
を使用して新しいR2dbcMappingContext
を作成します。- パラメーター:
namingStrategy
- null であってはなりません。
メソッドの詳細
shouldCreatePersistentEntityFor