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