| Package | Description |
|---|---|
| org.springframework.data.relational.core.mapping |
| 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 |
|---|
BasicRelationalPersistentProperty(Property property,
PersistentEntity<?,RelationalPersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder,
NamingStrategy namingStrategy)
Creates a new
BasicRelationalPersistentProperty. |
RelationalMappingContext(NamingStrategy namingStrategy)
Creates a new
RelationalMappingContext using the given NamingStrategy. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.