@FunctionalInterface public interface SqlLocator
| Modifier and Type | Method and Description |
|---|---|
String |
locate(Class<?> sqlObjectType,
Method method,
ConfigRegistry config)
Locates and returns the SQL for the given SQL Object type and method.
|
String locate(Class<?> sqlObjectType, Method method, ConfigRegistry config)
sqlObjectType - the SQL object typemethod - the methodconfig - the config registryCopyright © 2018. All rights reserved.