Interface NamespaceStrategy
public interface NamespaceStrategy
A strategy to derive a MyBatis namespace from a domainType.
- Author:
- Kazuki Shimizu, Jens Schauder
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault String
getNamespace
(Class<?> domainType) Get a namespace that corresponds to the given domain type.
-
Field Details
-
DEFAULT_INSTANCE
-
-
Method Details
-
getNamespace
-