Interface HandlerFactory

All Superinterfaces:
ExtensionHandlerFactory

@Deprecated public interface HandlerFactory extends ExtensionHandlerFactory
Deprecated.
Use ExtensionHandlerFactory instances directly.
Creates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of that annotation.
See Also: