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.sqlobject
Methods 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.locator
Classes in org.jdbi.v3.sqlobject.locator that implement SqlLocatorModifier and TypeClassDescriptionclass
Locates SQL on the SQL method annotations like@SqlQuery("foo")
.class
Locates SQL in.sql
files on the classpath for use withSqlQuery
.