Enum クラスの使用箇所
org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
EmbeddedDatabaseConnection を使用するパッケージ
org.springframework.boot.r2dbc 内の EmbeddedDatabaseConnection 使用
org.springframework.boot.r2dbc 内の型引数 EmbeddedDatabaseConnection を持つサブクラス修飾子と型メソッド説明static EmbeddedDatabaseConnectionEmbeddedDatabaseConnection.get(@Nullable ClassLoaderSE classLoader) 指定されたクラスローダーに最適なEmbeddedDatabaseConnectionを返します。static EmbeddedDatabaseConnection指定された名前でこのクラスの列挙型定数を返します。static EmbeddedDatabaseConnection[]EmbeddedDatabaseConnection.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。