Learn how to create LIKE queries in Spring JPA Repositories.
Also find me here:
Baeldung Author
Amy DeGregorio
I'm a freelance web application developer with over fifteen years of experience working with Java and JEE and an interest in code generation. I really enjoy sharing my knowledge with others.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (6)
- Spring Boot (5)
- Spring MVC (4)
- Java IO (3)
- Core Java (3)
- JVM (2)
- Groovy (2)
- DevOps (2)
- Spring Web (1)
- Spring Data (1)
- REST (1)
- Maven (1)
- Logging (1)
- Jackson (1)
- JPA (1)
- IDE (1)
- Data (1)
How to Process YAML with Jackson
Learn how to use Jackson to read and write YAML files.
How to Read HTTP Headers in Spring REST Controllers
Filed under REST, Spring Web
Learn how to access request headers in Spring REST controllers.
How to Fix java.lang.UnsupportedClassVersionError
Filed under JVM
Learn what causes the “java.lang.UnsupportedClassVersionError: Unsupported major.minor version error” message, and how to fix it.
Guide to I/O in Groovy
Filed under Groovy
Have a look at Groovy’s support for I/O operations and the extensions to Java’s I/O functionality.
A Quick Guide to Iterating a Map in Groovy
Filed under Groovy
Explore ways to iterate over a map in Groovy using standard language features like each, eachWithIndex, and a for-in loop.
Guide to Creating and Running a Jar File in Java
Learn different ways to package and run a simple Java application as a jar
How to Write to a CSV File in Java
Filed under Java IO
A quick and practical guide to writing to CSV in Java.
Guide to Java Packages
Filed under Core Java
Learn about packages in Java