Uses of Enum Class
org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
-
Uses of EmbeddedDatabaseConnection in org.springframework.boot.r2dbc
Modifier and TypeMethodDescriptionstatic EmbeddedDatabaseConnection
EmbeddedDatabaseConnection.get
(ClassLoader classLoader) Returns the most suitableEmbeddedDatabaseConnection
for the given class loader.static EmbeddedDatabaseConnection
Returns the enum constant of this class with the specified name.static EmbeddedDatabaseConnection[]
EmbeddedDatabaseConnection.values()
Returns an array containing the constants of this enum class, in the order they are declared.