Guide to Java Persistence API
-
Updated
Dec 15, 2018
Guide to Java Persistence API
Spring Boot API Example
Spring Boot JPA Specification Example
Spring Data JPA – Dynamically build queries using JPA Criteria API/Specification
A lightweight, generic, and type-safe utility for adding dynamic filtering, sorting, pagination and DTO projection to your Spring Data JPA repositories — without writing boilerplate code or dozens of query methods.
Quick example of how to use Spring JPA Specifications to filter data dynamically and apply it on REST endpoints
This project has closed. Move to https://github.com/u2ware/u2ware-data-rest/
Spring Boot - search specification on controller level
Projeto de estudo do JpaSpecification com Metamodel
Type-safe, fluent API to query PostgreSQL JSONB columns via JPA Specifications and Spring Data.
Simple Project for Learning (eSPieL) Spring Data JPA, Hibernate and working with DB layer in Spring framework
This repository demonstrates how to use Spring Data JPA Specifications to build flexible, composable, and type-safe dynamic queries for a domain object. It explains when and why to use Specifications instead of named queries or raw SQL, shows example code for composing Specifications, and includes instructions for running and testing the demo appli
Social network group25 - microservice-post (Spring Boot / PostgreSQL / Spring Data JPA / MapStruct / Liquibase / Apache Kafka / Concurrency / Maven / Docker / GitLab / Kubernetes)
A production-ready RESTful Job Search API built with Spring Boot 3, PostgreSQL, Redis, and Docker. Features JWT authentication, role-based access control, rate limiting, token blacklisting, and full Swagger documentation
extension for spring-data-jpa specification
Projeto prático de mapeamento objeto-relacional com JPA, tratando associações e operações CRUD completas.
This is basically a simple project that demonstrate and provide the feature to add filter and search with in entity by passing the value
Spring Boot demo app with dynamic filtering using JPA specifications
To associate your repository with the jpa-specification topic, visit your repo's landing page and select "manage topics."