Uses of Enum
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 type with the specified name.static EmbeddedDatabaseConnection[]
EmbeddedDatabaseConnection.values()
Returns an array containing the constants of this enum type, in the order they are declared.