Uses of Interface
org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory
-
Packages that use SqlStatementCustomizerFactory Package Description org.jdbi.v3.jpa.internal org.jdbi.v3.sqlobject.customizer Thesqlobject.customizerpackage provides annotations that customize the execution of a statement.org.jdbi.v3.sqlobject.customizer.internal org.jdbi.v3.sqlobject.statement Thesqlobject.statementannotations declare the type of statement that a SqlObject method should create, such as a@SqlQueryto return rows or a@SqlUpdateto modify rows and return the modification count.org.jdbi.v3.sqlobject.statement.internal -
-
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.jpa.internal
Classes in org.jdbi.v3.jpa.internal that implement SqlStatementCustomizerFactory Modifier and Type Class Description classBindJpaFactory -
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.sqlobject.customizer
Methods in org.jdbi.v3.sqlobject.customizer that return types with arguments of type SqlStatementCustomizerFactory Modifier and Type Method Description java.lang.Class<? extends SqlStatementCustomizerFactory>value()Specify a sql statement customizer factory which will be used to create sql statement customizers. -
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.sqlobject.customizer.internal
Classes in org.jdbi.v3.sqlobject.customizer.internal that implement SqlStatementCustomizerFactory Modifier and Type Class Description classAllowUnusedBindingsFactoryclassBindBeanFactoryclassBindBeanListFactoryclassBindFactoryclassBindFieldsFactoryclassBindListFactoryclassBindMapFactoryclassBindMethodsFactoryclassBindMethodsListFactoryclassBindPojoFactoryclassDefineFactoryclassDefineListFactoryclassDefineNamedBindingsFactoryclassFetchSizeFactoryclassMaxRowsFactoryclassOutParameterFactoryclassOutParameterListFactoryclassQueryTimeOutFactoryclassTimestampedFactory -
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.sqlobject.statement
Fields in org.jdbi.v3.sqlobject.statement declared as SqlStatementCustomizerFactory Modifier and Type Field Description private SqlStatementCustomizerFactoryBindParameterCustomizerFactory. bindSqlStatementCustomizerFactory -
Uses of SqlStatementCustomizerFactory in org.jdbi.v3.sqlobject.statement.internal
Classes in org.jdbi.v3.sqlobject.statement.internal that implement SqlStatementCustomizerFactory Modifier and Type Class Description classMapToFactoryMethods in org.jdbi.v3.sqlobject.statement.internal that return SqlStatementCustomizerFactory Modifier and Type Method Description private static SqlStatementCustomizerFactoryCustomizingStatementHandler. instantiateFactory(java.lang.annotation.Annotation annotation)
-