A brief introductory guide to the Blaze criteria API reviewing the basic parts of queries and also how to use views.
Also find me here:
Baeldung Author
Ana Peterlić
Ana is a freelance web developer with over six years of experience working with Java, Spring, and other related technologies. She enjoys helping and tutoring others. When she is not coding, she likes to spend her time reading books or traveling.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (6)
- Core Java (6)
- Spring (5)
- Persistence (3)
- Spring Web (2)
- REST (2)
- Java Numbers (2)
- Java Concurrency (2)
- Java (2)
- Jackson (2)
- JVM (2)
- JPA (2)
- Web Services (1)
- Spring MVC (1)
- Spring Boot (1)
- Security (1)
- Networking (1)
- Maven (1)
- Logging (1)
- Java Collections (1)
Send Array as Part of x-www-form-urlencoded Using Postman
Filed under REST, Spring Web
How to send array data using x-www-form-urlencoded via Postman.
Difference Between Class.getResource() and ClassLoader.getResource()
Filed under Core Java
Learn the difference between the Class.getResource and ClassLoader.getResource methods.
@Operation vs @ApiResponse in Swagger
Uses and differences between @ApiOperation and @ApiResponse.
Maven Snapshot Repository vs Release Repository
Filed under Maven
Learn how to use Maven snapshots and releases, and the differences between them.
Is There a Destructor in Java?
Filed under Core Java
Learn about the possibility of object destruction in Java.
Get Domain Name From Given URL in Java
Filed under Networking
Learn different ways to get a domain name from a given URL in Java.
Differences Between Iterator and Iterable and How to Use Them?
Filed under Java Collections
Explore the usage of Iterable and Iterator interfaces in Java and understand the differences between them.
Baeldung on Computer Science
- All
- Math and Logic (1)
Check if a Binary Number Is Divisible by 3
Filed under Math and Logic
A quick tutorial to determine if a binary number is divisible by 3.