public class AnnotationSqlLocator extends Object implements SqlLocator
@SqlQuery("foo"). This is the default SqlLocator.| Constructor and Description |
|---|
AnnotationSqlLocator() |
| 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.
|
public String locate(Class<?> sqlObjectType, Method method, ConfigRegistry config)
SqlLocatorlocate in interface SqlLocatorsqlObjectType - the SQL object typemethod - the methodconfig - the config registryCopyright © 2019. All rights reserved.