Learn about limiting query results with JPA and Spring Data JPA.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Java
- All
- Weekly Review (502)
- Core Java (225)
- Spring (171)
- Testing (157)
- Spring Boot (152)
- Java (142)
- Java String (121)
- REST (109)
- Spring Security (102)
- Spring MVC (99)
- Persistence (96)
- Java IO (92)
- Jakarta EE (77)
- NoSQL (76)
- Java Collections (73)
- Data (73)
- Spring Data (71)
- Algorithms (69)
- Java Concurrency (64)
- DevOps (64)
- Security (57)
- Series (56)
- Java Dates (52)
- JPA (51)
- Reactive (49)
- Maven (47)
- HTTP Client-Side (46)
- Java Map (45)
- Spring Cloud (42)
- Java Numbers (41)
- Java Streams (40)
- Java Array (40)
- JVM (40)
- Java List (38)
- JSON (37)
- Architecture (37)
- Logging (29)
- Spring Persistence (28)
- Jackson (28)
- IDE (27)
- Gradle (25)
- Spring Web (24)
- Networking (20)
- Cloud (20)
- XML (18)
- Web Services (17)
- Groovy (16)
- Spring WebFlux (15)
- Java Web (11)
- Artificial Intelligence (8)
- Docker (7)
- Spring AI (1)
- News (1)
Java Weekly, Issue 254
Filed under Weekly Review
A quick look at Spring Boot DevTools and how it can speed up development, plus a list of the top 100 Java libraries in 2018.
How to Replace Many if Statements in Java
Filed under Java
Learn various ways of replacing complex nested if statements
Deep Dive Into the New Java JIT Compiler – Graal
Filed under JVM
Explore the functionalities of the new Java JIT compiler – Graal.
Installing Java on Ubuntu
Filed under DevOps
Learn how to install OpenJDK and Oracle JDK versions 8 through 11 on Ubuntu systems.
Generate a Secure Random Password in Java
Filed under Security
Learn several methods for generating secure random passwords in Java.
Guide to BufferedReader
Filed under Java IO
Learn the basics as well as some advanced features from the BufferedReader class
Spring Security OAuth Login with WebFlux
Filed under Spring Security, Spring WebFlux
Configure the OAuth Login support in a Spring Webflux application.
Mocking a RestTemplate in Spring
Filed under Spring Web, Testing
A simple guide to mocking when using Spring’s RestTemplate.