Uses of Interface
jakarta.persistence.ConnectionConsumer
Packages that use ConnectionConsumer
Package
Description
Defines the core APIs for the management for persistence and
object/relational mapping.
-
Uses of ConnectionConsumer in jakarta.persistence
Methods in jakarta.persistence with parameters of type ConnectionConsumerModifier and TypeMethodDescription<C> voidEntityHandler.runWithConnection(ConnectionConsumer<C> action) Execute the given action using the database connection underlying thisEntityHandler.