public class JdbcMappingContext extends RelationalMappingContext
MappingContext
implementation for JDBC.Constructor and Description |
---|
JdbcMappingContext()
Creates a new
JdbcMappingContext . |
JdbcMappingContext(NamingStrategy namingStrategy)
Creates a new
JdbcMappingContext using the given NamingStrategy . |
Modifier and Type | Method and Description |
---|---|
protected <T> RelationalPersistentEntity<T> |
createPersistentEntity(TypeInformation<T> typeInformation) |
protected RelationalPersistentProperty |
createPersistentProperty(Property property,
RelationalPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
protected boolean |
shouldCreatePersistentEntityFor(TypeInformation<?> type) |
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 JdbcMappingContext()
JdbcMappingContext
.public JdbcMappingContext(NamingStrategy namingStrategy)
JdbcMappingContext
using the given NamingStrategy
.namingStrategy
- must not be null.protected <T> RelationalPersistentEntity<T> createPersistentEntity(TypeInformation<T> typeInformation)
createPersistentEntity
in class RelationalMappingContext
protected RelationalPersistentProperty createPersistentProperty(Property property, RelationalPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder)
createPersistentProperty
in class RelationalMappingContext
protected boolean shouldCreatePersistentEntityFor(TypeInformation<?> type)
shouldCreatePersistentEntityFor
in class AbstractMappingContext<RelationalPersistentEntity<?>,RelationalPersistentProperty>
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.