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, 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 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 RelationalMappingContextprotected RelationalPersistentProperty createPersistentProperty(Property property, RelationalPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder)
createPersistentProperty in class RelationalMappingContextprotected boolean shouldCreatePersistentEntityFor(TypeInformation<?> type)
shouldCreatePersistentEntityFor in class AbstractMappingContext<RelationalPersistentEntity<?>,RelationalPersistentProperty>Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.