@FunctionalInterface public static interface TemplateFilePathProvider.PathGenerator
| Modifier and Type | Method and Description |
|---|---|
String |
generatePath(Class<?> type,
Method method,
String databaseId)
Generate a template file path.
|
String generatePath(Class<?> type, Method method, String databaseId)
type - mapper interface type that specified provider (or declaring interface type of mapper method)method - a mapper method that specified providerdatabaseId - a database id that provided from DatabaseIdProviderCopyright © 2018–2020 MyBatis.org. All rights reserved.