Uses of Interface
jakarta.persistence.ConnectionFunction
Packages that use ConnectionFunction
Package
Description
Defines the core APIs for the management for persistence and
object/relational mapping.
-
Uses of ConnectionFunction in jakarta.persistence
Methods in jakarta.persistence with parameters of type ConnectionFunctionModifier and TypeMethodDescription<C,T> T EntityHandler.callWithConnection(ConnectionFunction<C, T> function) Call the given function and return its result using the database connection underlying thisEntityHandler.