| Package | Description |
|---|---|
| org.springframework.data.jdbc.repository.config | |
| org.springframework.data.relational.core.mapping |
| Modifier and Type | Method and Description |
|---|---|
protected RelationalMappingContext |
JdbcConfiguration.jdbcMappingContext(Optional<NamingStrategy> namingStrategy)
Register a
RelationalMappingContext and apply an optional NamingStrategy. |
| Modifier and Type | Field and Description |
|---|---|
static NamingStrategy |
NamingStrategy.INSTANCE
Empty implementation of the interface utilizing only the default implementation.
|
| Modifier and Type | Method and Description |
|---|---|
NamingStrategy |
RelationalMappingContext.getNamingStrategy() |
| Constructor and Description |
|---|
RelationalMappingContext(NamingStrategy namingStrategy)
Creates a new
RelationalMappingContext using the given NamingStrategy. |
Copyright © 2017–2019 Pivotal Software, Inc.. All rights reserved.