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