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)
Locates and returns the SQL for the given SQL Object type and method.
|
public String locate(Class<?> sqlObjectType, Method method)
SqlLocatorlocate in interface SqlLocatorsqlObjectType - the SQL object typemethod - the methodCopyright © 2016. All rights reserved.