Uses of Interface
com.invirgance.convirgance.jdbc.callback.ConnectionCallback
Packages that use ConnectionCallback
Package
Description
This package implements the callback pattern to ensure proper lifecycle
management of database connections.
-
Uses of ConnectionCallback in com.invirgance.convirgance.jdbc
Methods in com.invirgance.convirgance.jdbc with parameters of type ConnectionCallbackModifier and TypeMethodDescriptionvoid
StoredConnection.execute
(ConnectionCallback callback) Obtains a connection to the database, executes the callback, and then closes the connection. -
Uses of ConnectionCallback in com.invirgance.convirgance.jdbc.callback
Subinterfaces of ConnectionCallback in com.invirgance.convirgance.jdbc.callbackModifier and TypeInterfaceDescriptioninterface
Provides a connection callback specifically for database metadata.Methods in com.invirgance.convirgance.jdbc.callback with parameters of type ConnectionCallbackModifier and TypeMethodDescriptionstatic void
ConnectionCallback.execute
(DataSource source, ConnectionCallback callback) Utility method that handles connection lifecycle (open/close) and exception handling.