public interface NamespaceStrategy
| Modifier and Type | Field and Description |
|---|---|
static NamespaceStrategy |
DEFAULT_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
default String |
getNamespace(Class<?> domainType)
Get a namespace that corresponds to the given domain type.
|
static final NamespaceStrategy DEFAULT_INSTANCE
default String getNamespace(Class<?> domainType)
By default, the namespace is based on the class of the entity plus the suffix "Mapper".
domainType - Must be non null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.