Skip to content

ArnauAregall/hibernate-6-custom-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hibernate-6-custom-functions

Demo project to showcase how to implement custom SQL functions in Hibernate 6 using:

  • Java 21
  • Maven
  • Spring Boot 3
  • Spring Data JPA
  • Hibernate 6
  • Flyway
  • PostgreSQL
  • Docker & Testcontainers

Articles that were written based in this project, in order:


Requirements

The application requires JDK 21.

$ sdk install java 21-amzn
$ sdk use java 21-amzn

Build and test

./mvnw clean verify

Run the application

./mvnw spring-boot:run

Note: by default requires Postgres to run locally on port 5432.

Releases

No releases published

Packages

No packages published

Languages