Uses of Interface
jakarta.persistence.ConnectionConsumer
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of ConnectionConsumer in jakarta.persistence
Modifier and TypeMethodDescription<C> void
EntityManager.runWithConnection
(ConnectionConsumer<C> action) Execute the given action using the database connection underlying thisEntityManager
.