How to write a native query in spring boot jpa(postgres) which has "where in" check on composite columns?

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. Spring Data JPA

    Simplifies the development of creating a JPA-based data access layer.

    What you are trying to do is not supported in JPA/JPQL or Spring Data (see here) Not even all databases support that syntax as far as I'm aware. You either need to concat the columns or add functionality to do this yourself, perhaps a Hibernate UserType will work.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
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

  • Spring Data JPA: Speed Up Development & Business Focus

    1 project | dev.to | 9 Jan 2025
  • The Importance of Using Interfaces for JpaRepository(Java Persistence API) in Spring Data JPA

    1 project | dev.to | 18 Oct 2024
  • Como iniciar um aplicativo Spring Boot + JPA + MySQL

    2 projects | dev.to | 20 Aug 2024
  • What does @Transactional keep you from needing to call .save()?

    1 project | /r/javahelp | 28 Apr 2023
  • Multiple Datasources in an application

    1 project | /r/SpringBoot | 2 Apr 2023