Learn about the @DynamicInsert annotation and its practical application through code examples.
Also find me here:
Baeldung Author
Alexandru Borza
I am an enthusiastic software developer. My main interests consist of Java, Spring, and cloud technologies. I am always ready to learn new things, and I like challenges. My passions besides programming are fitness, cooking, and anime.
Here's what I've written (so far):
Baeldung on Java
- All
- DevOps (5)
- Java (4)
- Cloud (3)
- Testing (2)
- Spring Boot (2)
- REST (2)
- NoSQL (2)
- Web Services (1)
- Spring Data (1)
- Spring AI (1)
- Persistence (1)
- Logging (1)
- Java String (1)
- Java Streams (1)
- Java Numbers (1)
- Java List (1)
- Data (1)
- Core Java (1)
How to Consume REST API in Quarkus
Filed under REST
Learn how to consume REST APIs in Quarkus using the Quarkus RestClient, JAX-RS Client API, and Java 11 HttpClient.
Getting Started with MongoDB and Quarkus
Learn how to integrate MongoDB with Quarkus.
A Guide to Micrometer in Quarkus
Filed under DevOps
A quick tutorial on adding and customizing Micrometer in a Quarkus application.
Implement the Builder Pattern in Java
Filed under Java
Learn how to implement a Builder Pattern in Java 8.
Implementing GraphQL Mutation Without Returning Data
Filed under Web Services
Explore techniques for implementing GraphQL mutations without retrieving or returning specific information.
Print a Double Value Without Scientific Notation in Java
Filed under Java Numbers
Explore multiple ways for avoiding scientific notation when printing double values in Java.
Catch Common Mistakes with Error Prone Library in Java
Filed under Java
Explore the functionalities of the Error Prone library, from installation to customization, and the benefits it offers in enhancing code quality and robustness.
Compact Source Files and Instance Main Methods in Java
Filed under Core Java
Learn about the unnamed classes and instance main methods in Java 21.