Uses of Enum Class
org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
Packages that use EmbeddedDatabaseConnection
-
Uses of EmbeddedDatabaseConnection in org.springframework.boot.r2dbc
Subclasses with type arguments of type EmbeddedDatabaseConnection in org.springframework.boot.r2dbcModifier and TypeClassDescriptionenumConnection details for embedded databases compatible with R2DBC.Methods in org.springframework.boot.r2dbc that return EmbeddedDatabaseConnectionModifier and TypeMethodDescriptionstatic EmbeddedDatabaseConnectionEmbeddedDatabaseConnection.get(@Nullable ClassLoader classLoader) Returns the most suitableEmbeddedDatabaseConnectionfor the given class loader.static EmbeddedDatabaseConnectionReturns 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.