Uses of Interface
com.identityworksllc.iiq.common.Functions.ConnectionHandler
-
Packages that use Functions.ConnectionHandler Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of Functions.ConnectionHandler in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common with parameters of type Functions.ConnectionHandler Modifier and Type Method Description static void
Utilities. withNoCommitConnection(sailpoint.api.SailPointContext context, Functions.ConnectionHandler consumer)
Creates a new database connection using the context provided, sets its auto-commit flag to false, then passes it to the consumer provided.
-