isEmbedded

open fun isEmbedded(connectionFactory: ConnectionFactory): Boolean

Convenience method to determine if a given connection factory represents an embedded database type.

Return

true if the connection factory represents an embedded database

Since

2.5.1

Parameters

connectionFactory

the connection factory to interrogate