Uses of Interface
org.jdbi.v3.sqlobject.locator.SqlLocator
-
Packages that use SqlLocator Package Description org.jdbi.v3.sqlobject SQL Objectsorg.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. -
-
Uses of SqlLocator in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return SqlLocator Modifier and Type Method Description SqlLocatorSqlObjects. getSqlLocator()Returns the configuredSqlLocator.Methods in org.jdbi.v3.sqlobject with parameters of type SqlLocator Modifier and Type Method Description SqlObjectsSqlObjects. 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 SqlLocator Modifier and Type Class Description classAnnotationSqlLocatorLocates SQL on the SQL method annotations like@SqlQuery("foo").classSqlObjectClasspathSqlLocator
-