Uses of Interface
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
Packages that use SqlStatementCustomizerFactory
Package
Description
The
sqlobject.statement annotations declare the type of statement
that a SqlObject method should create, such as a @SqlQuery to return rows or a
@SqlUpdate to modify rows and return the modification count.-
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.jpa.internal
Classes in org.jdbi.v3.jpa.internal that implement SqlStatementCustomizerFactory -
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.sqlobject.customizer.internal
Classes in org.jdbi.v3.sqlobject.customizer.internal that implement SqlStatementCustomizerFactoryModifier and TypeClassDescriptionclassclassfinal classclassclassfinal classclassclassfinal classclassclassfinal classclassclassclassclassclassclassclass -
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.sqlobject.statement
Fields in org.jdbi.v3.sqlobject.statement declared as SqlStatementCustomizerFactoryModifier and TypeFieldDescriptionprivate final SqlStatementCustomizerFactoryBindParameterCustomizerFactory.bindSqlStatementCustomizerFactory -
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.sqlobject.statement.internal
Classes in org.jdbi.v3.sqlobject.statement.internal that implement SqlStatementCustomizerFactoryMethods in org.jdbi.v3.sqlobject.statement.internal that return SqlStatementCustomizerFactoryModifier and TypeMethodDescriptionprivate static SqlStatementCustomizerFactoryCustomizingStatementHandler.instantiateFactory(Annotation annotation)