public class SqlObjectConfig extends Object implements ExtensionConfig<SqlObjectConfig>
| Modifier and Type | Method and Description |
|---|---|
SqlObjectConfig |
createCopy() |
SqlLocator |
getSqlLocator()
Returns the configured
SqlLocator. |
SqlObjectConfig |
setSqlLocator(SqlLocator sqlLocator)
Configures SqlObject to use the given
SqlLocator. |
public SqlLocator getSqlLocator()
SqlLocator. The default SQL locator is AnnotationSqlLocator.SqlLocator.public SqlObjectConfig setSqlLocator(SqlLocator sqlLocator)
SqlLocator.sqlLocator - the new SQL locator.SqlObjectConfig.public SqlObjectConfig createCopy()
createCopy in interface ExtensionConfig<SqlObjectConfig>Copyright © 2016. All rights reserved.