Class R2dbcMappingContext
java.lang.Object
org.springframework.data.mapping.context.AbstractMappingContext<RelationalPersistentEntity<?>,RelationalPersistentProperty>
 
org.springframework.data.relational.core.mapping.RelationalMappingContext
org.springframework.data.r2dbc.mapping.R2dbcMappingContext
- All Implemented Interfaces:
- Aware,- InitializingBean,- ApplicationContextAware,- ApplicationEventPublisherAware,- MappingContext<RelationalPersistentEntity<?>,- RelationalPersistentProperty> 
R2DBC-specific extension to 
RelationalMappingContext.- Author:
- Mark Paluch
- 
Constructor SummaryConstructorsConstructorDescriptionCreate a newR2dbcMappingContext.R2dbcMappingContext(NamingStrategy namingStrategy) Create a newR2dbcMappingContextusing the givenNamingStrategy.
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanMethods inherited from class org.springframework.data.relational.core.mapping.RelationalMappingContextcreatePersistentEntity, createPersistentProperty, getNamingStrategy, isForceQuote, setForceQuoteMethods inherited from class org.springframework.data.mapping.context.AbstractMappingContextaddPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationContext, setApplicationEventPublisher, setInitialEntitySet, setManagedTypes, setSimpleTypeHolder, setStrictMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.mapping.context.MappingContextgetRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntity
- 
Constructor Details- 
R2dbcMappingContextpublic R2dbcMappingContext()Create a newR2dbcMappingContext.
- 
R2dbcMappingContextCreate a newR2dbcMappingContextusing the givenNamingStrategy.- Parameters:
- namingStrategy- must not be null.
 
 
- 
- 
Method Details- 
shouldCreatePersistentEntityFor- Overrides:
- shouldCreatePersistentEntityForin class- AbstractMappingContext<RelationalPersistentEntity<?>,- RelationalPersistentProperty> 
 
 
-