Tag

FluentAPI

0 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
Dec 23, 2023 · Backend Development

Using Spring Boot 3.2 JdbcClient for Database Operations – Overview and Code Examples

This article introduces Spring Boot 3.2's new JdbcClient, explains its fluent API style, shows how to add the dependency, inject it, and perform various query and insert operations with code examples, highlighting its advantages over traditional ORM frameworks.

BackendDatabaseFluentAPI
0 likes · 8 min read
Using Spring Boot 3.2 JdbcClient for Database Operations – Overview and Code Examples
Top Architect
Top Architect
Apr 4, 2023 · Backend Development

Understanding Lombok @Accessors Annotation: fluent, chain, and prefix attributes

This article explains the Lombok @Accessors annotation, detailing its source code, the meaning of its fluent, chain, and prefix attributes, and demonstrates how these settings affect generated getter and setter methods, while also providing usage examples and related promotional links.

AccessorsAnnotationsBackend
0 likes · 4 min read
Understanding Lombok @Accessors Annotation: fluent, chain, and prefix attributes