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, setForceQuote
addPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationContext, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntity
public 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–2022 Pivotal Software, Inc.. All rights reserved.