All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by resultset with all dependencies

Search JAR files by class name

mapresultset from group io.github.tivrfoa (version 0.1.2)

An annotation processor for mapping a ResultSet to Java Objects

Group: io.github.tivrfoa Artifact: mapresultset
Show all versions Show documentation Show source 
 

0 downloads
Artifact mapresultset
Group io.github.tivrfoa
Version 0.1.2
Last update 17. July 2022
Organization not specified
URL https://github.com/tivrfoa/MapResultSet/mapresultset
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mapresultset-processor from group io.github.tivrfoa (version 0.1.2)

An annotation processor for mapping a ResultSet to Java Objects

Group: io.github.tivrfoa Artifact: mapresultset-processor
Show all versions Show documentation Show source 
 

0 downloads
Artifact mapresultset-processor
Group io.github.tivrfoa
Version 0.1.2
Last update 17. July 2022
Organization not specified
URL https://github.com/tivrfoa/MapResultSet/mapresultset-processor
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mapresultset-integrationtest from group io.github.tivrfoa (version 0.1.2)

An annotation processor for mapping a ResultSet to Java Objects

Group: io.github.tivrfoa Artifact: mapresultset-integrationtest
Show all versions Show documentation Show source 
 

0 downloads
Artifact mapresultset-integrationtest
Group io.github.tivrfoa
Version 0.1.2
Last update 17. July 2022
Organization not specified
URL https://github.com/tivrfoa/MapResultSet/mapresultset-integrationtest
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies mapresultset, mapresultset-processor,
There are maybe transitive dependencies!

mapresultset-parent from group io.github.tivrfoa (version 0.1.2)

An annotation processor for mapping a ResultSet to Java Objects

Group: io.github.tivrfoa Artifact: mapresultset-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mapresultset-parent
Group io.github.tivrfoa
Version 0.1.2
Last update 17. July 2022
Organization not specified
URL https://github.com/tivrfoa/MapResultSet
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

resultset-mapper from group com.dinuberinde (version 1.3.2)

The goal of this library is to map a Java java.sql.ResultSet to a POJO class.

Group: com.dinuberinde Artifact: resultset-mapper
Show all versions Show documentation Show source 
 

0 downloads
Artifact resultset-mapper
Group com.dinuberinde
Version 1.3.2
Last update 04. March 2022
Organization not specified
URL https://github.com/DinuBerinde/resultset-mapper.git
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parquet-sql from group io.github.anthorx (version 0.11-RELEASE)

A library to convert SQL ResultSet to Parquet and vice versa

Group: io.github.anthorx Artifact: parquet-sql
Show all versions Show documentation Show source 
 

0 downloads
Artifact parquet-sql
Group io.github.anthorx
Version 0.11-RELEASE
Last update 29. October 2021
Organization not specified
URL https://github.com/anthoRx/parquet-sql
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies parquet-hadoop, hadoop-core,
There are maybe transitive dependencies!

sqlper from group ca.pjer (version 1.0.0)

A Java SQL helper library to map POJO to/from PreparedStatement/ResultSet

Group: ca.pjer Artifact: sqlper
Show documentation Show source 
 

0 downloads
Artifact sqlper
Group ca.pjer
Version 1.0.0
Last update 10. September 2018
Organization not specified
URL https://github.com/pierredavidbelanger/sqlper
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

wasdbtools from group com.waspring.wasdb (version 1.0.0)

一个对JDBC进行简单封装的开源工具类库. 简化JDBC应用程序的开发,不会影响程序的性能,与jdbc保持高度的统一. 1.对于数据表的读操作,他可以把ResultSet结果转换成缓存对象,内部数据格式为XML,同时可以转化为List,Array,Set等java集合,便于程序员操作。 2.对于数据表的写操作,也变得很简单(只需写sql语句)。 3.可以使用数据源,数据库连接池等技术来优化性能--重用已经构建好的数据库连接对象,而不用费时费力的不断重复的构建和析构这样的对象。 4.支持ResultSet数据集的动态增加、删除、修改、查找、排序、并集等操作。 5.支持分布式数据库,多数据源。 本项目主要包含两个模块,wasdb和wasdbtools: 1.wasdb模块是本项目的核心,用于实现JDBC的操作。 2.wasdbtools模块是wasdb使用的一个实现,包括数据源配置,事务管理,数据库的读写工具,简单实例等。

Group: com.waspring.wasdb Artifact: wasdbtools
Show documentation Show source 
 

0 downloads
Artifact wasdbtools
Group com.waspring.wasdb
Version 1.0.0
Last update 28. January 2017
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies wasdb, druid, spring-context, spring-beans, spring-jdbc, spring-web, spring-core, mysql-connector-java,
There are maybe transitive dependencies!

wasdb from group com.waspring.wasdb (version 1.0.0)

一个对JDBC进行简单封装的开源工具类库. 简化JDBC应用程序的开发,不会影响程序的性能,与jdbc保持高度的统一. 1.对于数据表的读操作,他可以把ResultSet结果转换成缓存对象,内部数据格式为XML,同时可以转化为List,Array,Set等java集合,便于程序员操作。 2.对于数据表的写操作,也变得很简单(只需写sql语句)。 3.可以使用数据源,数据库连接池等技术来优化性能--重用已经构建好的数据库连接对象,而不用费时费力的不断重复的构建和析构这样的对象。 4.支持ResultSet数据集的动态增加、删除、修改、查找、排序、并集等操作。 5.支持分布式数据库,多数据源。 本项目主要包含两个模块,wasdb和wasdbtools: 1.wasdb模块是本项目的核心,用于实现JDBC的操作。 2.wasdbtools模块是wasdb使用的一个实现,包括数据源配置,事务管理,数据库的读写工具,简单实例等。

Group: com.waspring.wasdb Artifact: wasdb
Show documentation Show source 
 

0 downloads
Artifact wasdb
Group com.waspring.wasdb
Version 1.0.0
Last update 28. January 2017
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies commons-logging, log4j,
There are maybe transitive dependencies!

freemapper from group org.joeyb (version 0.0.5)

An annotation processor for generating ResultSet mapper classes

Group: org.joeyb Artifact: freemapper
Show all versions Show documentation Show source 
 

0 downloads
Artifact freemapper
Group org.joeyb
Version 0.0.5
Last update 27. May 2015
Organization not specified
URL https://github.com/joeyb/freemapper
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies javapoet, auto-service, freebuilder,
There are maybe transitive dependencies!



Page 2 from 7 (items total 67)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy