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

cleanupTransaction

open fun cleanupTransaction(@Nullable transactionData: Any): Unit

Overrides JpaDialect.cleanupTransaction

This implementation does nothing, since the default beginTransaction implementation does not require any cleanup.

See Also
#beginTransaction