Uses of Interface
org.jdbi.v3.core.statement.StatementBuilderFactory
Packages that use StatementBuilderFactory
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of StatementBuilderFactory in org.jdbi.v3.core
Methods in org.jdbi.v3.core that return StatementBuilderFactoryModifier and TypeMethodDescriptionJdbi.getStatementBuilderFactory()
Returns the currentStatementBuilderFactory
.Methods in org.jdbi.v3.core with parameters of type StatementBuilderFactoryModifier and TypeMethodDescriptionJdbi.setStatementBuilderFactory
(StatementBuilderFactory factory) Allows customization of how prepared statements are created. -
Uses of StatementBuilderFactory in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as StatementBuilderFactoryModifier and TypeFieldDescriptionstatic final StatementBuilderFactory
DefaultStatementBuilder.FACTORY