ResultSet mapping library

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • resultset-mapper

    ResultSet Mapper allows you to map a ResultSet to a desired java object by passing in its type.

  • Persism

    A zero ceremony ORM for Java

    You should just use Persism

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • JDBI

    The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala.

    I really like Jdbi which I feel has a very similar goal than your library.

  • jOOQ

    jOOQ is the best way to write SQL in Java

    For the record, jOOQ, which you likely already have on your classpath 😏 can read your ResultSet and give you all the goodies of a jOOQ Result or Record (including mapping, serialisation as XML/JSON/CSV, etc.)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts