spring-framework/framework-docs/modules/ROOT/pages/data-access
Stéphane Nicoll 18ea43c905 Allow customizations of embedded database connections
This commit allows EmbeddedDatabaseConfigurer instances to be further
customized if necessary. EmbeddedDatabaseBuilder has a way now to set
a DatabaseConfigurer rather than just a type to provide full control,
or customize an existing supported database type using the new
EmbeddedDatabaseConfigurers#customizeConfigurer callback.

Closes gh-21160
2024-02-15 13:46:49 +01:00
..
jdbc Allow customizations of embedded database connections 2024-02-15 13:46:49 +01:00
orm Revise LazyConnectionDataSourceProxy for late connection properties check 2023-12-07 23:14:17 +01:00
transaction Document target method expectations for ReactiveTransactionManager 2023-12-27 23:48:55 +01:00
appendix.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
dao.adoc Discuss JdbcTransactionManager vs DataSourceTransactionManager 2023-07-05 12:51:10 +02:00
jdbc.adoc Split files 2023-05-04 15:35:05 +01:00
orm.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
oxm.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
r2dbc.adoc Fix Kotlin example for simpler SELECT variant using IN 2024-01-02 18:10:36 +01:00
transaction.adoc Polishing 2023-08-06 14:59:44 +02:00