Uses of Class
io.r2dbc.h2.H2ConnectionConfiguration
Packages that use H2ConnectionConfiguration
Package
Description
An implementation of the Reactive Relational Database Connection API for H2 servers.
-
Uses of H2ConnectionConfiguration in io.r2dbc.h2
Methods in io.r2dbc.h2 that return H2ConnectionConfigurationModifier and TypeMethodDescriptionH2ConnectionConfiguration.Builder.build()Returns a configuredH2ConnectionConfiguration.static H2ConnectionConfigurationH2ConnectionFactoryProvider.getConfiguration(ConnectionFactoryOptions connectionFactoryOptions) Constructors in io.r2dbc.h2 with parameters of type H2ConnectionConfigurationModifierConstructorDescriptionH2ConnectionFactory(H2ConnectionConfiguration configuration) Creates a new connection factory.