Uses of Class
org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
Packages that use OptionsCapableConnectionFactory
-
Uses of OptionsCapableConnectionFactory in org.springframework.boot.r2dbc
Methods in org.springframework.boot.r2dbc that return OptionsCapableConnectionFactoryModifier and TypeMethodDescriptionOptionsCapableConnectionFactory.unwrapFrom
(io.r2dbc.spi.ConnectionFactory connectionFactory) Returns, if possible, anOptionsCapableConnectionFactory
by unwrapping the givenconnectionFactory
as necessary.