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(TypeInformation<?> type) |
createPersistentEntity, createPersistentProperty, getNamingStrategy, isForceQuote, setForceQuoteaddPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationContext, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrictclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntitypublic 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(TypeInformation<?> type)
shouldCreatePersistentEntityFor in class AbstractMappingContext<org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?>,org.springframework.data.relational.core.mapping.RelationalPersistentProperty>Copyright © 2018–2021 Pivotal Software, Inc.. All rights reserved.