-
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.
-
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.
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.
Related posts
-
Spring Data JPA: Speed Up Development & Business Focus
-
The Importance of Using Interfaces for JpaRepository(Java Persistence API) in Spring Data JPA
-
Como iniciar um aplicativo Spring Boot + JPA + MySQL
-
What does @Transactional keep you from needing to call .save()?
-
Multiple Datasources in an application