Région de recherche :

Date :

https://spring.io › projects › spring-data-jdbc

Spring Data JDBC

Spring Data JDBC is a module that simplifies data access with JDBC. It supports annotation based entity mapping, query derivation, MyBatis integration, auditing, and more.

https://www.baeldung.com › spring-data-jdbc-intro

Introduction to Spring Data JDBC - Baeldung

Learn how to use Spring Data JDBC, a persistence framework that is not as complex as Spring Data JPA. See how to add entities, repositories, queries, and JdbcTemplate to your Spring Boot project.

https://docs.spring.io › spring-data › relational › reference › jdbc.html

JDBC :: Spring Data Relational

Learn how to use Spring Data JDBC to develop solutions that use JDBC database drivers aligned with Domain-driven design principles. This guide explains the concepts, syntax, and features of Spring Data JDBC, such as repository support, query methods, MyBatis integration, and more.

https://thorben-janssen.com › spring-data-jdbc-getting-started

Spring Data JDBC – Getting Started - Thorben Janssen

Learn how to use Spring Data JDBC, an object-relational mapping framework without the complexity of JPA, to model and persist aggregates and entities. See examples of annotations, repositories, and queries based on DDD concepts.

Spring Data JDBC – Getting Started - Thorben Janssen

https://docs.spring.io › spring-data › jdbc › docs › current-SNAPSHOT › reference › html

Spring Data JDBC - Reference Documentation

Learn how to use Spring Data JDBC to develop solutions that use JDBC databases aligned with Domain-driven design principles. Find out the requirements, features, concepts, syntax, and examples of Spring Data JDBC.

https://spring.io › guides › gs › relational-data-access

Accessing Relational Data using JDBC with Spring

Learn how to use Spring's JdbcTemplate to access data stored in a relational database. This guide covers creating a Customer object, storing and retrieving data, and using Java 8 streams with JdbcTemplate.

https://spring.io › projects › spring-data

Spring Data

Spring Data provides a consistent programming model for various data stores, including JDBC, JPA, R2DBC, and more. Learn about its features, modules, and release train.

https://blog.ippon.fr › 2022 › 01 › 21 › comment-bien-sentendre-avec-spring-data-jdbc

Comment bien s'entendre avec Spring Data JDBC - Ippon

Quelles sont les bonnes pratiques pour utiliser le module Spring Data JDBC selon sa propre philosophie ?

Comment bien s'entendre avec Spring Data JDBC - Ippon

https://github.com › spring-projects › spring-data-relational

spring-projects/spring-data-relational - GitHub

Spring Data Relational. The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.

https://www.baeldung.com › spring-jdbc-jdbctemplate

Spring JDBC Tutorial - Baeldung

Learn how to use Spring JDBC module to access and manipulate data from a database. The tutorial covers configuration, JdbcTemplate, named parameters, row mapping, exception translation and more.