Uses of Interface
jakarta.persistence.ConnectionFunction
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of ConnectionFunction in jakarta.persistence
Modifier and TypeMethodDescription<C,
T> T EntityManager.callWithConnection
(ConnectionFunction<C, T> function) Call the given function and return its result using the database connection underlying thisEntityManager
.