jar

org.jdbi : jdbi3-sqlobject

Maven & Gradle

Aug 15, 2023
161 usages
1.7k stars

jdbi3 sqlobject · SqlObject is a declarative, annotation-driven API for database access. It complements the core API. Jdbi 3 is designed to provide convenient tabular data access in Java(tm) and other JVM based languages. It uses the Java collections framework for query results, provides a convenient means of externalizing SQL statements, and named parameter support for any database that supports JDBC.

Table Of Contents

Latest Version

Download org.jdbi : jdbi3-sqlobject JAR file - Latest Versions:

All Versions

Download org.jdbi : jdbi3-sqlobject JAR file - All Versions:

Version Vulnerabilities Size Updated
3.41.x
3.40.x
3.39.x
3.38.x
3.37.x
3.36.x
3.35.x
3.34.x
3.33.x
3.32.x
3.31.x
3.30.x
3.29.x
3.28.x
3.27.x
3.26.x
3.25.x
3.24.x
3.23.x
3.22.x
3.21.x
3.20.x
3.19.x
3.18.x
3.17.x
3.16.x
3.15.x
3.14.x
3.13.x
3.12.x
3.11.x
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jdbi3-sqlobject-3.41.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jdbi.v3.sqlobject.internal

├─ org.jdbi.v3.sqlobject.internal.CreateSqlObjectHandler.class - [JAR]

├─ org.jdbi.v3.sqlobject.internal.ParameterUtil.class - [JAR]

├─ org.jdbi.v3.sqlobject.internal.SqlAnnotations.class - [JAR]

org.jdbi.v3.sqlobject.statement

├─ org.jdbi.v3.sqlobject.statement.BatchChunkSize.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.BindParameterCustomizerFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.GetGeneratedKeys.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.MapTo.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.ParameterCustomizerFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.SqlBatch.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.SqlCall.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.SqlQuery.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.SqlScript.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.SqlScripts.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.SqlUpdate.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.UseRowMapper.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.UseRowReducer.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.package-info.class - [JAR]

org.jdbi.v3.sqlobject.customizer

├─ org.jdbi.v3.sqlobject.customizer.AllowUnusedBindings.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.Bind.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.BindBean.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.BindBeanList.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.BindFields.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.BindList.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.BindMap.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.BindMethods.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.BindMethodsList.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.BindPojo.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.Define.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.DefineList.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.DefineNamedBindings.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.FetchSize.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.MaxRows.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.OutParameter.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.OutParameterList.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.QueryTimeOut.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizer.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizerFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.SqlStatementCustomizingAnnotation.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.SqlStatementParameterCustomizer.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.Timestamped.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.TimestampedConfig.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.package-info.class - [JAR]

org.jdbi.v3.sqlobject.customizer.internal

├─ org.jdbi.v3.sqlobject.customizer.internal.AllowUnusedBindingsFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindBeanFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindBeanListFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindFieldsFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindListFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindMapFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindMethodsFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindMethodsListFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.BindPojoFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.DefineFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.DefineListFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.DefineNamedBindingsFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.FetchSizeFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.MaxRowsFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.OutParameterFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.OutParameterListFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.PojoWarmingCustomizer.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.QueryTimeOutFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.customizer.internal.TimestampedFactory.class - [JAR]

org.jdbi.v3.sqlobject.statement.internal

├─ org.jdbi.v3.sqlobject.statement.internal.CustomizingStatementHandler.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.internal.MapToFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.internal.ResultReturner.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.internal.SqlBatchHandler.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.internal.SqlCallHandler.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.internal.SqlObjectStatementConfiguration.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.internal.SqlQueryHandler.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.internal.SqlScriptsHandler.class - [JAR]

├─ org.jdbi.v3.sqlobject.statement.internal.SqlUpdateHandler.class - [JAR]

org.jdbi.v3.sqlobject.transaction.internal

├─ org.jdbi.v3.sqlobject.transaction.internal.TransactionDecorator.class - [JAR]

org.jdbi.v3.sqlobject.locator

├─ org.jdbi.v3.sqlobject.locator.AnnotationSqlLocator.class - [JAR]

├─ org.jdbi.v3.sqlobject.locator.SqlLocator.class - [JAR]

├─ org.jdbi.v3.sqlobject.locator.SqlObjectClasspathSqlLocator.class - [JAR]

├─ org.jdbi.v3.sqlobject.locator.UseAnnotationSqlLocator.class - [JAR]

├─ org.jdbi.v3.sqlobject.locator.UseClasspathSqlLocator.class - [JAR]

├─ org.jdbi.v3.sqlobject.locator.package-info.class - [JAR]

org.jdbi.v3.sqlobject.locator.internal

├─ org.jdbi.v3.sqlobject.locator.internal.UseAnnotationSqlLocatorImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.locator.internal.UseClasspathSqlLocatorImpl.class - [JAR]

org.jdbi.v3.sqlobject.transaction

├─ org.jdbi.v3.sqlobject.transaction.Transaction.class - [JAR]

├─ org.jdbi.v3.sqlobject.transaction.Transactional.class - [JAR]

├─ org.jdbi.v3.sqlobject.transaction.TransactionalCallback.class - [JAR]

├─ org.jdbi.v3.sqlobject.transaction.TransactionalConsumer.class - [JAR]

├─ org.jdbi.v3.sqlobject.transaction.package-info.class - [JAR]

org.jdbi.v3.sqlobject

├─ org.jdbi.v3.sqlobject.AbstractSqlObjectFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.CreateSqlObject.class - [JAR]

├─ org.jdbi.v3.sqlobject.DecoratorOrder.class - [JAR]

├─ org.jdbi.v3.sqlobject.GenerateSqlObject.class - [JAR]

├─ org.jdbi.v3.sqlobject.GeneratorSqlObjectFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.Handler.class - [JAR]

├─ org.jdbi.v3.sqlobject.HandlerDecorator.class - [JAR]

├─ org.jdbi.v3.sqlobject.HandlerDecorators.class - [JAR]

├─ org.jdbi.v3.sqlobject.HandlerFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.Handlers.class - [JAR]

├─ org.jdbi.v3.sqlobject.SingleValue.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlMethodAnnotatedHandlerDecorator.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlMethodDecoratingAnnotation.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlMethodHandlerFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlObject.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlObjectAnnotationHelper.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlObjectCustomizerFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlObjectFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlObjectPlugin.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlObjects.class - [JAR]

├─ org.jdbi.v3.sqlobject.SqlOperation.class - [JAR]

├─ org.jdbi.v3.sqlobject.UnableToCreateSqlObjectException.class - [JAR]

├─ org.jdbi.v3.sqlobject.package-info.class - [JAR]

org.jdbi.v3.sqlobject.config

├─ org.jdbi.v3.sqlobject.config.Configurer.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.ConfiguringAnnotation.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.KeyColumn.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterArgumentFactories.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterArgumentFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterBeanMapper.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterBeanMappers.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterCollector.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterCollectorFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterColumnMapper.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterColumnMapperFactories.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterColumnMapperFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterColumnMappers.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterConstructorMapper.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterConstructorMappers.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterFieldMapper.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterFieldMappers.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterJoinRowMapper.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterObjectArgumentFactories.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterObjectArgumentFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterRowMapper.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterRowMapperFactories.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterRowMapperFactory.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.RegisterRowMappers.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.UseEnumStrategy.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.UseSqlParser.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.UseTemplateEngine.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.ValueColumn.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.package-info.class - [JAR]

org.jdbi.v3.sqlobject.config.internal

├─ org.jdbi.v3.sqlobject.config.internal.KeyColumnImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterArgumentFactoriesImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterArgumentFactoryImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterBeanMapperImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterBeanMappersImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterCollectorFactoryImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterCollectorImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterColumnMapperFactoriesImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterColumnMapperFactoryImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterColumnMapperImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterColumnMappersImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterConstructorMapperImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterConstructorMappersImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterFieldMapperImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterFieldMappersImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterJoinRowMapperImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterObjectArgumentFactoriesImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterObjectArgumentFactoryImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterRowMapperFactoriesImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterRowMapperFactoryImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterRowMapperImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.RegisterRowMappersImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.UseEnumStrategyImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.UseSqlParserImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.UseTemplateEngineImpl.class - [JAR]

├─ org.jdbi.v3.sqlobject.config.internal.ValueColumnImpl.class - [JAR]

Advertisement

Dependencies from Group

Aug 15, 2023
223 usages
1.7k stars
Jan 22, 2017
216 usages
1.9k stars
Aug 15, 2023
161 usages
1.7k stars
Jul 18, 2017
36 usages
Aug 15, 2023
24 usages
1.7k stars

Discover Dependencies

Jul 11, 2023
16 usages
Jul 11, 2023
251 usages
Jul 11, 2023
116 usages
Jul 21, 2023
10 usages
866 stars
Jul 28, 2021
10 stars
Jun 22, 2023
19 usages
2 stars
Jun 22, 2023
9 usages
2 stars