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 TypeClassDescriptionenum
Connection details for embedded databases compatible with R2DBC.Methods in org.springframework.boot.r2dbc that return EmbeddedDatabaseConnectionModifier 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.