Uses of Interface
org.jdbi.v3.core.HandleListener
Packages that use HandleListener
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
Uses of HandleListener in org.jdbi.v3.core
Methods in org.jdbi.v3.core that return types with arguments of type HandleListenerModifier and TypeMethodDescriptionHandles.getListeners()Returns the collection ofHandleListenerobjects.Methods in org.jdbi.v3.core with parameters of type HandleListenerModifier and TypeMethodDescriptionHandle.addHandleListener(HandleListener handleListener) Add a specificHandleListenerwhich is called for specific events for this Handle.Handles.addListener(HandleListener handleListener) Add aHandleListenerwhich is called for specific events.Handle.removeHandleListener(HandleListener handleListener) Remove aHandleListenerfrom this handle.Handles.removeListener(HandleListener handleListener) Remove aHandleListener.