spring-framework / org.springframework.orm.jpa / DefaultJpaDialect / getJdbcConnection

getJdbcConnection

@Nullable open fun getJdbcConnection(entityManager: EntityManager, readOnly: Boolean): ConnectionHandle

Overrides JpaDialect.getJdbcConnection

This implementation always returns null, indicating that no JDBC Connection can be provided.