Uses of Package
org.jdbi.v3.core.locator
-
Packages that use org.jdbi.v3.core.locator Package Description org.jdbi.v3.core.locator locatorinstances inspect text given toJdbiand provide lookup of the actual SQL to execute.org.jdbi.v3.sqlobject.locator sqlobject.locatorinspects the declared SqlObject and determines the statement text to pass off tocore.locatorfor final resolution of the statement text. -
Classes in org.jdbi.v3.core.locator used by org.jdbi.v3.core.locator Class Description ClasspathSqlLocator Locates SQL in.sqlfiles on the classpath. -
Classes in org.jdbi.v3.core.locator used by org.jdbi.v3.sqlobject.locator Class Description ClasspathSqlLocator Locates SQL in.sqlfiles on the classpath.