Uses of Interface
org.jdbi.v3.sqlobject.locator.SqlLocator
Packages that use SqlLocator
Package
Description
SQL Objects
sqlobject.locator inspects the declared SqlObject and determines
 the statement text to pass off to core.locator for final
 resolution of the statement text.- 
Uses of SqlLocator in org.jdbi.v3.sqlobjectMethods in org.jdbi.v3.sqlobject that return SqlLocatorMethods in org.jdbi.v3.sqlobject with parameters of type SqlLocatorModifier and TypeMethodDescriptionSqlObjects.setSqlLocator(SqlLocator sqlLocator) Configures SqlObject to use the givenSqlLocator.
- 
Uses of SqlLocator in org.jdbi.v3.sqlobject.locatorClasses in org.jdbi.v3.sqlobject.locator that implement SqlLocatorModifier and TypeClassDescriptionclassLocates SQL on the SQL method annotations like@SqlQuery("foo").classLocates SQL in.sqlfiles on the classpath for use withSqlQuery.