Uses of Interface
jakarta.persistence.ConnectionFunction
-
Packages that use ConnectionFunction Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of ConnectionFunction in jakarta.persistence
Methods in jakarta.persistence with parameters of type ConnectionFunction Modifier and Type Method Description <C,T>
TEntityManager. callWithConnection(ConnectionFunction<C,T> function)
Call the given function and return its result using the database connection underlying thisEntityManager
.
-