Learn how to convert a List into a Page using Spring Data JPA.
Also find me here:
Baeldung Editor
David Martinez
David is a Software Engineer with over 10 years of working experience in different industries. Lately, his focus is on cloud-based Java applications. He plays guitar when not coding.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Spring Data (2)
- Java String (2)
- Programming (1)
Object.toString() vs String.valueOf()
Filed under Java String
Discover the differences between the String.valueOf() and Object.toString() methods.
Execute a Method Only Once in Java
Filed under Programming
Discover different approaches to executing a method only once.
Hibernate Natural IDs in Spring Boot
Filed under Spring Data
Learn about the @NaturalId annotation and how to use and implement it in a Spring Boot project.
Find the Longest Word in a Given String in Java
Filed under Java String
Learn how to find the longest words in a sentence.