criteriabuilder
There are 15 repositories under criteriabuilder topic.
alvelchev/spring-practices-demo
Welcome to the Spring Practices Demo – a powerful Spring Boot application designed to support data JPA, pageable, and sorting with an intuitive Swagger interface. Explore and learn best practices in Java development, including efficient techniques with MapStruct, seamless database migration using Flyway, and more.
piyushrulesyou/CasinoGameApplication
Casino Gaming Application with Admin and User Controls
brianjknight/Book-Database
Goodreads book database with advanced filtering for custom searches. The service is built and tested using Spring Boot, PostgreSQL, Docker, and Postman. (In Progress)
brianlaihkhk/sample-pizza-house-backend
Coding Sample - Pizza House Backend | Order submission + Order confirmation | Application server and Docker solution | J2EE + Hibernate + JPA / Criteria API + Springboot + RDBMS
mohamedhafezqo/json-reader
A REST API application to get transactions from multiple providers with criteria
NamNV2496/springboot_JPA_criteria
this project demo criteria query by CriteriaBuilder and Specification of javax.persistence.criteria.* and org.springframework.data.jpa.domain.Specification
bs-public/spring-data-jpa-specification
Spring Boot demo app with dynamic filtering using JPA specifications
adrianovictor/query-criteria-demo
Este projeto é um modelo de testes para a criação de um gerador de queries flexível o suficiente para permitir passar parâmetros para a geração de um where, order by ou até mesmo a chamada de uma procedure. Nesse exemplo, é passada uma query, são passados os critérios para a criação do where e o método Build é responsavio por retornar a string contendo a consulta criada. O próximo passo é adicionar mais criterias personalizadas e incluir a possibilidade usar um Dapper, PetaPoco ou outro micro-orm para fazer seja executadas diretamente as consultas por esse componente
MelDia/spring-boot-api-rest-with-criteria-builder
Spring boot API REST using CriteriaBuilder for filters.
Sanjay007/Spring-JPA-Filter-Example
Spring JPA Entity Based Filters Using JPA MetaModel . Spring JPA entity querying and filtering with custom Spring Data JPA Specifications.