クラス 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