Class ConnectionFactoryInitializer

java.lang.Object
org.springframework.r2dbc.connection.init.ConnectionFactoryInitializer
All Implemented Interfaces:
DisposableBean, InitializingBean

public class ConnectionFactoryInitializer extends Object implements InitializingBean, DisposableBean
Used to set up a database during initialization and clean up a database during destruction.
Since:
5.3
Author:
Dave Syer, Sam Brannen, Mark Paluch
See Also: