Uses of Class
org.jdbi.v3.core.locator.ClasspathSqlLocator
-
Packages that use ClasspathSqlLocator 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. -
-
Uses of ClasspathSqlLocator in org.jdbi.v3.core.locator
Fields in org.jdbi.v3.core.locator declared as ClasspathSqlLocator Modifier and Type Field Description (package private) static ClasspathSqlLocatorClasspathSqlLocator.Holder. INSTANCEMethods in org.jdbi.v3.core.locator that return ClasspathSqlLocator Modifier and Type Method Description static ClasspathSqlLocatorClasspathSqlLocator. create()Return a new ClasspathSqlLocator that returns SQL without modifying it.static ClasspathSqlLocatorClasspathSqlLocator. removingComments()Return a new ClasspathSqlLocator that returns SQL with comments removed. -
Uses of ClasspathSqlLocator in org.jdbi.v3.sqlobject.locator
Fields in org.jdbi.v3.sqlobject.locator declared as ClasspathSqlLocator Modifier and Type Field Description private ClasspathSqlLocatorSqlObjectClasspathSqlLocator. locatorConstructors in org.jdbi.v3.sqlobject.locator with parameters of type ClasspathSqlLocator Constructor Description SqlObjectClasspathSqlLocator(ClasspathSqlLocator locator)Creates a new SqlObjectClasspathSqlLocator.
-