Uses of Class
org.jdbi.v3.core.locator.ClasspathSqlLocator
Packages that use ClasspathSqlLocator
Package
Description
locator instances inspect text given to Jdbi and
provide lookup of the actual SQL to execute.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 ClasspathSqlLocator in org.jdbi.v3.core.locator
Fields in org.jdbi.v3.core.locator declared as ClasspathSqlLocatorModifier and TypeFieldDescription(package private) static final ClasspathSqlLocatorClasspathSqlLocator.Holder.INSTANCEMethods in org.jdbi.v3.core.locator that return ClasspathSqlLocatorModifier and TypeMethodDescriptionstatic 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 ClasspathSqlLocatorModifier and TypeFieldDescriptionprivate final ClasspathSqlLocatorSqlObjectClasspathSqlLocator.locatorConstructors in org.jdbi.v3.sqlobject.locator with parameters of type ClasspathSqlLocatorModifierConstructorDescriptionCreates a new SqlObjectClasspathSqlLocator.