Class Handlers

java.lang.Object
org.jdbi.v3.sqlobject.Handlers
All Implemented Interfaces:
org.jdbi.v3.core.config.JdbiConfig<Handlers>

@Deprecated public class Handlers extends Object implements org.jdbi.v3.core.config.JdbiConfig<Handlers>
Deprecated.
Use ExtensionHandlerFactory instances that are returned from the ExtensionFactory.getExtensionHandlerFactories(ConfigRegistry) method.
Registry for handler factories, which produce handlers for SQL object methods. By default, a factory is registered for methods annotated with SQL annotations such as @SqlUpdate or SqlQuery. Clients may register additional factories to provide support for other use cases. In the case that two or more registered factories would support a particular SQL object method, the last-registered factory takes precedence.