public class R2dbcMappingContext
extends org.springframework.data.relational.core.mapping.RelationalMappingContext
RelationalMappingContext.| Constructor and Description |
|---|
R2dbcMappingContext()
Create a new
R2dbcMappingContext. |
R2dbcMappingContext(org.springframework.data.relational.core.mapping.NamingStrategy namingStrategy)
Create a new
R2dbcMappingContext using the given NamingStrategy. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
shouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type) |
createPersistentEntity, createPersistentProperty, getNamingStrategy, isForceQuote, setForceQuoteaddPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationContext, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrictpublic R2dbcMappingContext()
R2dbcMappingContext.public R2dbcMappingContext(org.springframework.data.relational.core.mapping.NamingStrategy namingStrategy)
R2dbcMappingContext using the given NamingStrategy.namingStrategy - must not be null.protected boolean shouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type)
shouldCreatePersistentEntityFor in class org.springframework.data.mapping.context.AbstractMappingContext<org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>,org.springframework.data.relational.core.mapping.RelationalPersistentProperty>Copyright © 2018–2023 Pivotal Software, Inc.. All rights reserved.