Class BuiltInArgumentFactory

java.lang.Object
org.jdbi.v3.core.argument.BuiltInArgumentFactory
All Implemented Interfaces:
ArgumentFactory, ArgumentFactory.Preparable

@Deprecated public class BuiltInArgumentFactory extends Object implements ArgumentFactory.Preparable
Deprecated.
will be replaced by a plugin
The BuiltInArgumentFactory provides instances of Argument for many core Java types. Generally you should not need to use this class directly, but instead should bind your object with the SqlStatement convenience methods.